Skip to content

Commit

Permalink
post-release 0.4: set version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Apr 12, 2016
1 parent b5e9591 commit 6c39bfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bytecode/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.4'
__version__ = '0.5'

__all__ = ['Label', 'Instr', 'SetLineno', 'Bytecode',
'ConcreteInstr', 'ConcreteBytecode',
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#
# The short X.Y version.
# The full version, including alpha/beta/rc tags.
version = release = '0.4'
version = release = '0.5'


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# - git commit -a -m "post-release"
# - git push

VERSION = '0.4'
VERSION = '0.5'

DESCRIPTION = 'Python module to generate and modify bytecode'
CLASSIFIERS = [
Expand Down

0 comments on commit 6c39bfe

Please sign in to comment.