Skip to content

Commit

Permalink
0.2.0 (#69)
Browse files Browse the repository at this point in the history
* Add classifiers for python 3 support

* Minor version increment to 0.2.0
  • Loading branch information
sbellem committed Jun 8, 2016
1 parent bdea265 commit a3872ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ def find_version(*file_paths):
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development',
],
install_requires=install_requires,
Expand Down
2 changes: 1 addition & 1 deletion transactions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .transactions import Transactions # noqa


__version__ = '0.1.3'
__version__ = '0.2.0'

0 comments on commit a3872ab

Please sign in to comment.