Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Commit

Permalink
Bumped version number for v0.1.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 8, 2018
1 parent 488cd6b commit 5a2edb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</description>

<property environment="env"/>
<property name="release" value="6"/>
<property name="release" value="7"/>
<exec executable="python" outputProperty="python-version">
<arg value="-c"/>
<arg value="import sys; print('.'.join(sys.version.split('.',3)[:2]))"/>
Expand Down
2 changes: 1 addition & 1 deletion voc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# __version__ = '1.2.3' # Final Release
# __version__ = '1.2.3.post1' # Post Release 1

__version__ = '0.1.5'
__version__ = '0.1.6'

0 comments on commit 5a2edb6

Please sign in to comment.