Skip to content

Commit

Permalink
Merge pull request #853 from rickecon/version
Browse files Browse the repository at this point in the history
Update version
jdebacker authored Feb 6, 2023
2 parents a25521f + 286581a commit f4d3aaa
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.3"
__version__ = "0.10.4"
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.3",
version="0.10.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",

0 comments on commit f4d3aaa

Please sign in to comment.