From 1e8f8d696bd9497ec03667f13afbc428d1513c7f Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Tue, 14 Feb 2023 13:34:57 -0700 Subject: [PATCH] Updated version to 0.10.5 --- 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 180021b22..ffaf880ad 100644 --- a/ogcore/__init__.py +++ b/ogcore/__init__.py @@ -19,4 +19,4 @@ from ogcore.txfunc import * from ogcore.utils import * -__version__ = "0.10.4" +__version__ = "0.10.5" diff --git a/setup.py b/setup.py index 6dce77059..f6425dded 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ogcore", - version="0.10.4", + version="0.10.5", 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",