Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phantie authored Dec 6, 2020
1 parent fb7f4f9 commit a411d4a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@

setup(
name = 'except-o',
version = '0.1',
version = '1.0',
packages = find_packages(),
long_description = open(join(dirname(__file__), 'README.md')).read(),
install_requires=[
'pytest',
],
)
)

0 comments on commit a411d4a

Please sign in to comment.