We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b049565 commit 22c8f3dCopy full SHA for 22c8f3d
1 file changed
setup.py
@@ -17,7 +17,7 @@
17
setuptools.setup(
18
name="particlespy",
19
package_dir={'particlespy':'particlespy'},
20
- version="0.1.0",
+ version="0.2.0",
21
author="Thomas Slater",
22
author_email="tjaslater@gmail.com",
23
description="A package to perform particle segmentation and analysis",
@@ -39,4 +39,4 @@
39
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
40
"Operating System :: OS Independent",
41
],
42
-)
+)
0 commit comments