Skip to content

Commit

Permalink
better pypi version specification
Browse files Browse the repository at this point in the history
  • Loading branch information
greggj2016 committed Nov 24, 2020
1 parent 6cce240 commit 087b9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
long_description = regens_summary,
long_description_content_type = 'text/markdown',
packages = find_packages(),
version='0.2.0b',
python_requires = "==3.7",
version='0.2.0',
python_requires = "==3.7.*",
name = 'regens',
entry_points = {'console_scripts': ['regens = regens:main']},
py_modules = ['regens', 'regens_library', 'regens_testers'],
Expand Down

0 comments on commit 087b9da

Please sign in to comment.