Skip to content

Commit 86b3389

Browse files
committed
bump version as 0.0.9 release
1 parent e866799 commit 86b3389

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55

66
setup(
77
name='FlowKit',
8-
version='0.0.9b1',
8+
version='0.0.9',
99
packages=find_packages(),
1010
package_data={'': ['*.xsd']},
1111
include_package_data=True,
1212
description='Flow Cytometry Toolkit',
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
15+
author="Scott White",
1516
license='BSD',
1617
url="https://github.com/whitews/flowkit",
1718
ext_modules=[],

0 commit comments

Comments
 (0)