Skip to content

Commit

Permalink
Merge pull request #864 from rickecon/version
Browse files Browse the repository at this point in the history
Update version to 0.10.7
  • Loading branch information
jdebacker committed Mar 31, 2023
2 parents c8121de + e822fe6 commit fdff510
Show file tree
Hide file tree
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
Expand Up @@ -19,4 +19,4 @@
from ogcore.txfunc import *
from ogcore.utils import *

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

setuptools.setup(
name="ogcore",
version="0.10.6",
version="0.10.7",
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",
Expand Down

0 comments on commit fdff510

Please sign in to comment.