Skip to content

Commit ea3ccb4

Browse files
authored
Merge pull request #42 from TomSlater/parameters_bug
Fix parameters bug
2 parents 3d883f1 + f6fea88 commit ea3ccb4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

64 Bytes
Binary file not shown.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'ePSIC'
2525

2626
# The short X.Y version
27-
version = '0.4.0'
27+
version = '0.4.1'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.4.0'
29+
release = '0.4.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
setuptools.setup(
2020
name="particlespy",
2121
package_dir={'particlespy':'particlespy'},
22-
version="0.4.0",
22+
version="0.4.1",
2323
author="Thomas Slater",
2424
author_email="tjaslater@gmail.com",
2525
description="A package to perform particle segmentation and analysis",

0 commit comments

Comments
 (0)