Skip to content

Commit 22c8f3d

Browse files
authored
Update version in setup.py
1 parent b049565 commit 22c8f3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
setuptools.setup(
1818
name="particlespy",
1919
package_dir={'particlespy':'particlespy'},
20-
version="0.1.0",
20+
version="0.2.0",
2121
author="Thomas Slater",
2222
author_email="tjaslater@gmail.com",
2323
description="A package to perform particle segmentation and analysis",
@@ -39,4 +39,4 @@
3939
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
4040
"Operating System :: OS Independent",
4141
],
42-
)
42+
)

0 commit comments

Comments
 (0)