We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d883f1 + f6fea88 commit ea3ccb4Copy full SHA for ea3ccb4
3 files changed
ParticleSpy/Parameters/parameters_current.hdf5
64 Bytes
docs/conf.py
@@ -24,9 +24,9 @@
24
author = 'ePSIC'
25
26
# The short X.Y version
27
-version = '0.4.0'
+version = '0.4.1'
28
# The full version, including alpha/beta/rc tags
29
-release = '0.4.0'
+release = '0.4.1'
30
31
32
# -- General configuration ---------------------------------------------------
setup.py
@@ -19,7 +19,7 @@
19
setuptools.setup(
20
name="particlespy",
21
package_dir={'particlespy':'particlespy'},
22
- version="0.4.0",
+ version="0.4.1",
23
author="Thomas Slater",
author_email="tjaslater@gmail.com",
description="A package to perform particle segmentation and analysis",
0 commit comments