Skip to content

Commit 8a2d6eb

Browse files
authored
Increment version in setup.py
Need to update version so that the updates can be pushed to PyPI.
1 parent 205a0f9 commit 8a2d6eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(
44
name="binomial_cis",
5-
version='0.0.11',
5+
version='0.0.12',
66
author="Joe Vincent",
77
description="Confidence intervals for binomial distributions.",
88
packages=find_packages(),
99
install_requires=['numpy', 'numba', 'scipy', 'matplotlib'],
1010
extras_require={'docs': ['sphinx', 'sphinx-rtd-theme']},
1111
long_description=open('README.md').read(),
1212
long_description_content_type='text/markdown'
13-
)
13+
)

0 commit comments

Comments
 (0)