Skip to content

Commit

Permalink
updated version number (v0.2.4)
Browse files Browse the repository at this point in the history
Now consistent with JOSS paper
  • Loading branch information
simonom authored Apr 15, 2020
1 parent ec697ac commit e8ed6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="PyCHAM", # Replace with your own username
version="0.2.2",
version="0.2.4",
author="Simon O'Meara",
author_email="simon.omeara@manchester.ac.uk",
description="PyCHAM: Python CHemistry with Aerosol Microphysics Box Model",
Expand All @@ -24,4 +24,4 @@
],
python_requires='>=3.6',
install_requires=["PyQt5","pickleshare","numpy","backcall","certifi","cycler","decorator","gitpython","ipdb","matplotlib","llvmlite","numba","scipy","xmltodict"]
)
)

0 comments on commit e8ed6a5

Please sign in to comment.