Skip to content

Commit

Permalink
Set initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsaxon committed Jan 4, 2020
1 parent c133c35 commit 1210b8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ flask==1.1.1
requests==2.22.0
setuptools==44.0.0
black==19.10b0
bump2version==0.5.11

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author="Matt Saxon",
author_email='saxonmatt@hotmail.com',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
Expand All @@ -45,6 +45,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/mattsaxon/pysonofflan',
version='3.0.0',
version='1.1.0',
zip_safe=False,
)

0 comments on commit 1210b8d

Please sign in to comment.