Skip to content

Commit 104cd47

Browse files
authored
Merge pull request #73 from TomSlater/master
Update to 0.6.0
2 parents 69d0c6d + a9bb2a6 commit 104cd47

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.5.2'
27+
version = '0.6.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.5.2'
29+
release = '0.6.0'
3030

3131

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

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ you can use the following command to install the package.
3030

3131
.. code-block:: bash
3232
33-
$ pip install -e git+https://github.com/ePSIC-DLS/ParticleSpy
33+
$ pip install -e git+https://github.com/ePSIC-DLS/particlespy
3434
3535
Using ParticleSpy
3636
=================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
setuptools.setup(
1414
name="particlespy",
1515
package_dir={'particlespy':'particlespy'},
16-
version="0.5.2",
16+
version="0.6.0",
1717
author="Thomas Slater",
1818
author_email="tjaslater@gmail.com",
1919
description="A package to perform particle segmentation and analysis",

0 commit comments

Comments
 (0)