From 3dbfbda65d7c7b7d2989f27f398be61516481d01 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Wed, 3 Apr 2024 21:22:53 -0400 Subject: [PATCH] bump version number --- 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 616d9c2dd..2e6fa0b4c 100644 --- a/ogcore/__init__.py +++ b/ogcore/__init__.py @@ -20,4 +20,4 @@ from ogcore.txfunc import * from ogcore.utils import * -__version__ = "0.11.3" +__version__ = "0.11.4" diff --git a/setup.py b/setup.py index 443c43912..318f6415e 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ogcore", - version="0.11.3", + version="0.11.4", 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",