diff --git a/setup.py b/setup.py index e738f289..d5685fe3 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -24,4 +24,4 @@ ], python_requires='>=3.6', install_requires=["PyQt5","pickleshare","numpy","backcall","certifi","cycler","decorator","gitpython","ipdb","matplotlib","llvmlite","numba","scipy","xmltodict"] -) \ No newline at end of file +)