From f017057af159244d84c96665992ee33b751d20d8 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Wed, 15 Feb 2023 23:10:39 -0700 Subject: [PATCH] Updated version to 0.10.6 --- 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 ffaf880ad..708f50720 100644 --- a/ogcore/__init__.py +++ b/ogcore/__init__.py @@ -19,4 +19,4 @@ from ogcore.txfunc import * from ogcore.utils import * -__version__ = "0.10.5" +__version__ = "0.10.6" diff --git a/setup.py b/setup.py index f6425dded..bb5ec512a 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ogcore", - version="0.10.5", + version="0.10.6", 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",