We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45dd43 commit 83bde5eCopy full SHA for 83bde5e
doc/conf.py
@@ -48,9 +48,9 @@
48
# built documents.
49
#
50
# The short X.Y version.
51
-version = '0.3'
+version = '0.4'
52
# The full version, including alpha/beta/rc tags.
53
-release = '0.3'
+release = '0.4'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name='gccjit',
28
- version='0.3',
+ version='0.4',
29
author="David Malcolm",
30
author_email="jit@gcc.gnu.org",
31
url="https://github.com/davidmalcolm/pygccjit",
0 commit comments