Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
azoner committed May 21, 2016
1 parent 77488f1 commit 900c754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RELEASE
Expand Up @@ -3,8 +3,8 @@ $ python setup.py test
# verify test is passing on travis
$ git tag vX.Y.Z
$ git push origin vX.Y.Z
$python setup.py sdist upload -r ppt
$python setup.py bdist_wheel upload -r ppt
$python setup.py sdist upload -r pypitest
$python setup.py bdist_wheel upload -r pypitest
$python setup.py sdist upload
$python setup.py bdist_wheel upload

Expand Down
2 changes: 1 addition & 1 deletion pyx12/version.py
@@ -1 +1 @@
__version__ = "2.2.1"
__version__ = "2.3.0"

0 comments on commit 900c754

Please sign in to comment.