Skip to content

Commit

Permalink
update version of Organisms v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreyweal committed Feb 8, 2021
1 parent 2f61c2a commit b7df2ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
#twine upload dist/*
twine upload dist/*
2 changes: 1 addition & 1 deletion Documentation/source/Images/github_tag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Organisms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "3.2.1.2" %}
{% set version = "3.2.2" %}

package:
name: organisms
Expand Down

0 comments on commit b7df2ce

Please sign in to comment.