Skip to content

Commit

Permalink
fix bug #19
Browse files Browse the repository at this point in the history
  • Loading branch information
serderovsh committed Feb 1, 2019
1 parent 968c315 commit 84d01d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.1.0
current_version = 3.1.3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

py_version = platform.python_version()

PACKAGE_VERSION = '3.1.0'
PACKAGE_VERSION = '3.1.3'

EXTRAS_REQUIRE = {
'tester': [
Expand Down Expand Up @@ -121,7 +121,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
packages=["tronapi"],
packages=find_packages(exclude=['examples']),
include_package_data=True,
install_requires=install_requires,
tests_require=EXTRAS_REQUIRE['tester'],
Expand Down

0 comments on commit 84d01d0

Please sign in to comment.