Skip to content

Commit

Permalink
0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmalcolm committed Mar 27, 2015
1 parent a45dd43 commit 83bde5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.3'
release = '0.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@

setup(
name='gccjit',
version='0.3',
version='0.4',
author="David Malcolm",
author_email="jit@gcc.gnu.org",
url="https://github.com/davidmalcolm/pygccjit",
Expand Down

0 comments on commit 83bde5e

Please sign in to comment.