Skip to content

Commit

Permalink
Merge pull request #73 from TomSlater/master
Browse files Browse the repository at this point in the history
Update to 0.6.0
  • Loading branch information
TomSlater authored Jul 13, 2021
2 parents 69d0c6d + a9bb2a6 commit 104cd47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'ePSIC'

# The short X.Y version
version = '0.5.2'
version = '0.6.0'
# The full version, including alpha/beta/rc tags
release = '0.5.2'
release = '0.6.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ you can use the following command to install the package.

.. code-block:: bash
$ pip install -e git+https://github.com/ePSIC-DLS/ParticleSpy
$ pip install -e git+https://github.com/ePSIC-DLS/particlespy
Using ParticleSpy
=================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setuptools.setup(
name="particlespy",
package_dir={'particlespy':'particlespy'},
version="0.5.2",
version="0.6.0",
author="Thomas Slater",
author_email="[email protected]",
description="A package to perform particle segmentation and analysis",
Expand Down

0 comments on commit 104cd47

Please sign in to comment.