From b7df2ceb2448b6d1603c3ce89590dc0959630600 Mon Sep 17 00:00:00 2001 From: geoffreyweal Date: Sun, 7 Feb 2021 22:18:28 -0800 Subject: [PATCH] update version of Organisms v3.2.2 --- .github/workflows/python-publish.yml | 2 +- Documentation/source/Images/github_tag.svg | 2 +- Organisms/__init__.py | 2 +- conda/meta.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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