We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968c315 commit 84d01d0Copy full SHA for 84d01d0
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.1.0
+current_version = 3.1.3
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -24,7 +24,7 @@
24
25
py_version = platform.python_version()
26
27
-PACKAGE_VERSION = '3.1.0'
+PACKAGE_VERSION = '3.1.3'
28
29
EXTRAS_REQUIRE = {
30
'tester': [
@@ -121,7 +121,7 @@
121
'Programming Language :: Python :: 3.6',
122
'Programming Language :: Python :: 3.7',
123
],
124
- packages=["tronapi"],
+ packages=find_packages(exclude=['examples']),
125
include_package_data=True,
126
install_requires=install_requires,
127
tests_require=EXTRAS_REQUIRE['tester'],
0 commit comments