diff --git a/pyproject.toml b/pyproject.toml index 672c8cc..764239d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ include-package-data = true [project] name = "kaipy" -version = "1.1.3" +version = "1.1.4" authors = [ {name = "Eric Winter", email = "eric.winter@jhuapl.edu"}, ] diff --git a/setup.py b/setup.py index 9b63de9..b87cd81 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='kaipy', - version='1.1.3', + version='1.1.4', description='Python software for CGS MAGE and other Kaiju models', author='Kaiju team', author_email='wiltbemj@ucar.edu',