Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lubieowoce committed Sep 16, 2018
1 parent 7d6061e commit b3471d9
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 @@ -8,14 +8,14 @@

setup(
name = 'sumtype',
version = '0.10.0.post1',
version = '0.10.0.post2',
packages = find_packages(exclude=['tests']),

python_requires = '>=3',
install_requires = [
'indented',
'typing;python_version < "3.5"',
'typeguard',
'typing;python_version < "3.5"',
],
tests_require = [
'pytest',
Expand Down

0 comments on commit b3471d9

Please sign in to comment.