version update

This commit is contained in:
cookieenick
2025-12-08 08:21:24 -07:00
parent 7ab2cad938
commit d71bce3602
2 changed files with 2 additions and 2 deletions

View File

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

View File

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