diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 5c04427..af8dfd7 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -26,6 +26,6 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | python setup.py sdist bdist_wheel - #twine upload dist/* + twine upload dist/* diff --git a/Documentation/source/Images/github_tag.svg b/Documentation/source/Images/github_tag.svg index 933d346..0645089 100644 --- a/Documentation/source/Images/github_tag.svg +++ b/Documentation/source/Images/github_tag.svg @@ -1 +1 @@ -tag: v3.2.1.1tagv3.2.1.1 \ No newline at end of file +tag: v3.2.1.2tagv3.2.1.2 \ No newline at end of file diff --git a/Organisms/__init__.py b/Organisms/__init__.py index 695d7fa..39fc52f 100644 --- a/Organisms/__init__.py +++ b/Organisms/__init__.py @@ -3,7 +3,7 @@ raise ImportError('The Organisms program requires Python3. This is Python2.') __name__ = 'The Otago Research Genetic Algorithm for Nanoclusters, Including Structural Methods and Similarity (Organisms) Program' -__version__ = '3.2.1.2' +__version__ = '3.2.2' __author__ = 'Geoffrey Weal and Dr. Anna Garden' __author_email__ = 'anna.garden@otago.ac.nz' diff --git a/conda/meta.yaml b/conda/meta.yaml index 64f1cc7..3f14341 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "3.2.1.2" %} +{% set version = "3.2.2" %} package: name: organisms