diff --git a/docs/conf.py b/docs/conf.py index ccc2626..82cd2ae 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/docs/getting_started.rst b/docs/getting_started.rst index fa409c0..44c91b1 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -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 ================= diff --git a/setup.py b/setup.py index 856af7f..a536cc8 100644 --- a/setup.py +++ b/setup.py @@ -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="tjaslater@gmail.com", description="A package to perform particle segmentation and analysis",