From 86035fe1ea9c47c0d156388da33ec91c524c945b Mon Sep 17 00:00:00 2001 From: jdebacker Date: Sat, 21 Jan 2023 17:31:31 -0500 Subject: [PATCH] bump version --- ogcore/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ogcore/__init__.py b/ogcore/__init__.py index c7a0d5187..2891215bb 100644 --- a/ogcore/__init__.py +++ b/ogcore/__init__.py @@ -19,4 +19,4 @@ from ogcore.txfunc import * from ogcore.utils import * -__version__ = "0.10.2" +__version__ = "0.10.3" diff --git a/setup.py b/setup.py index e2a67b86e..44d957457 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ogcore", - version="0.10.2", + version="0.10.3", author="Jason DeBacker and Richard W. Evans", license="CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", description="A general equilibribum overlapping generations model for fiscal policy analysis",