Upped version number to 1.1.1.

This commit is contained in:
Eric Winter
2025-06-19 15:21:49 -06:00
parent 3c9c4d4c70
commit ccea2d07d5
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.0"
version = "1.1.1"
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.0',
version='1.1.1',
description='Python software for CGS MAGE and other Kaiju models',
author='Kaiju team',
author_email='wiltbemj@ucar.edu',