Skip to content

Commit

Permalink
Merge pull request #845 from rickecon/vers
Browse files Browse the repository at this point in the history
Bump the version to include recent PR in PyPI package
  • Loading branch information
jdebacker authored Jan 13, 2023
2 parents 39e2bf5 + 0164b54 commit 1ac812b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/book/content/contributing/contributor_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@ A large set of plots that compare the changes among key variables from the basel
(Sec_ContribFootnotes)=
## Footnotes

[^recent_python]:The most recent version of Python from Anaconda is Python 3.9. `OG-Core` is currently tested to run on Python 3.8 through 3.10.
[^recent_python]:The most recent version of Python from Anaconda is Python 3.9. `OG-Core` is currently tested to run on Python 3.9 through 3.10.

[^commandline_note]:The dollar sign is the end of the command prompt on a Mac. If you are using the Windows operating system, this is usually the right angle bracket (>). No matter the symbol, you don't need to type it (or anything to its left, which shows the current working directory) at the command line before you enter a command; the prompt symbol and preceding characters should already be there.
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.1"
__version__ = "0.10.2"
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.1",
version="0.10.2",
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 1ac812b

Please sign in to comment.