Skip to content

Commit

Permalink
Increase version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoeries committed Feb 24, 2020
1 parent 3b93f98 commit 23f303d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*parts):
setup(
name="lttbc",
author="European XFEL GmbH",
version="0.1.7",
version="0.1.9",
include_dirs=[numpy.get_include(), get_script_path()],
ext_modules=[lttbc_py],
author_email="[email protected]",
Expand All @@ -35,4 +35,5 @@ def read(*parts):
license="MIT",
install_requires=[
'numpy'],
python_requires=">=3.5"
)

0 comments on commit 23f303d

Please sign in to comment.