Updated kaipy version

This commit is contained in:
Nikhil Rao
2025-09-30 11:28:24 -04:00
parent 85f6611bf9
commit ecd934f5ea
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ include-package-data = true
[project]
name = "kaipy"
version = "1.1.2"
version = "1.1.3"
authors = [
{name = "Eric Winter", email = "eric.winter@jhuapl.edu"},
]

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='kaipy',
version='1.1.2',
version='1.1.3',
description='Python software for CGS MAGE and other Kaiju models',
author='Kaiju team',
author_email='wiltbemj@ucar.edu',