Skip to content

Commit

Permalink
bump v num
Browse files Browse the repository at this point in the history
jdebacker committed Sep 8, 2023
1 parent 25492a0 commit a6edd02
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ogcore/__init__.py
Original file line number Diff line number Diff line change
@@ -19,4 +19,4 @@
from ogcore.txfunc import *
from ogcore.utils import *

__version__ = "0.10.8"
__version__ = "0.10.9"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

setuptools.setup(
name="ogcore",
version="0.10.8",
version="0.10.9",
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",

0 comments on commit a6edd02

Please sign in to comment.