Skip to content

Commit

Permalink
post-release: set version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Feb 29, 2016
1 parent deb4300 commit 70baee0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2'
__version__ = '0.3'

__all__ = ['Label', 'Instr', 'SetLineno', 'Bytecode',
'ConcreteInstr', 'ConcreteBytecode',
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.2'
version = release = '0.3'


# 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
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.2'
VERSION = '0.3'

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

0 comments on commit 70baee0

Please sign in to comment.