File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ you if you don't have it already.
5151
5252Python version
5353==============
54- Tested against Python 3.6
54+ Tested against Python >= 3.6
5555
5656********
5757Examples
Original file line number Diff line number Diff line change 22
33import platform
44
5- __version__ = '0.1.1 '
5+ __version__ = '1.0.0 '
66
77
88def get_version ():
Original file line number Diff line number Diff line change 1- --index-url https://pypi.python.org/simple/
2-
31###### Install local application in development mode. This will grab install_requires from setup.py.
42-e .
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.1
2+ current_version = 1.0.0
33
44[bdist_wheel]
55universal = 0
Original file line number Diff line number Diff line change 4747 # 3 - Alpha
4848 # 4 - Beta
4949 # 5 - Production/Stable
50- 'Development Status :: 3 - Alpha ' ,
50+ 'Development Status :: 5 - Production/Stable ' ,
5151
5252 # Indicate who your project is intended for
5353 'Intended Audience :: Developers' ,
5959
6060 # Specify the Python versions you support here. In particular, ensure
6161 # that you indicate whether you support Python 2, Python 3 or both.
62- 'Programming Language :: Python :: 3.6'
62+ 'Programming Language :: Python :: 3.6' ,
63+ 'Programming Language :: Python :: 3.7'
6364 ],
6465
6566 # What does your project relate to?
You can’t perform that action at this time.
0 commit comments