Skip to content

Commit 84d01d0

Browse files
committed
fix bug #19
1 parent 968c315 commit 84d01d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.0
2+
current_version = 3.1.3
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
py_version = platform.python_version()
2626

27-
PACKAGE_VERSION = '3.1.0'
27+
PACKAGE_VERSION = '3.1.3'
2828

2929
EXTRAS_REQUIRE = {
3030
'tester': [
@@ -121,7 +121,7 @@
121121
'Programming Language :: Python :: 3.6',
122122
'Programming Language :: Python :: 3.7',
123123
],
124-
packages=["tronapi"],
124+
packages=find_packages(exclude=['examples']),
125125
include_package_data=True,
126126
install_requires=install_requires,
127127
tests_require=EXTRAS_REQUIRE['tester'],

0 commit comments

Comments
 (0)