Skip to content

Commit 8abd650

Browse files
committed
Report hpy 0.0.4 again until we decide which way to go with the experimental APIs
1 parent 5bf7d35 commit 8abd650

File tree

2 files changed

+4
-4
lines changed
  • graalpython

2 files changed

+4
-4
lines changed

graalpython/com.oracle.graal.python.cext/include/hpy/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
*/
2424

2525
// automatically generated by setup.py:get_scm_config()
26-
#define HPY_VERSION "0.0.5.dev71+g5ebc33c"
27-
#define HPY_GIT_REVISION "5ebc33c"
26+
#define HPY_VERSION "0.0.4"
27+
#define HPY_GIT_REVISION "41989b8"

graalpython/lib-graalpython/modules/hpy/devel/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
# SOFTWARE.
2323

2424
# automatically generated by setup.py:get_scm_config()
25-
__version__ = "0.0.5.dev71+g5ebc33c"
26-
__git_revision__ = "5ebc33c"
25+
__version__ = "0.0.4"
26+
__git_revision__ = "41989b8"

0 commit comments

Comments
 (0)