From abff554367c1d097c9bb8f3d1019b0e9cad89e00 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Wed, 4 Jan 2023 14:20:21 -0700 Subject: [PATCH] Updated version to 0.10.1 in setup.py and __init__.py --- 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 774c155d2..7735c15c4 100644 --- a/ogcore/__init__.py +++ b/ogcore/__init__.py @@ -19,4 +19,4 @@ from ogcore.txfunc import * from ogcore.utils import * -__version__ = "0.10.0" +__version__ = "0.10.1" diff --git a/setup.py b/setup.py index f7745258f..34dde14d7 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ogcore", - version="0.10.0", + version="0.10.1", 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",