Skip to content

Commit

Permalink
Merge pull request #598 from jdebacker/update_version
Browse files Browse the repository at this point in the history
Update version number
  • Loading branch information
jdebacker authored Jul 14, 2020
2 parents 77edb37 + 2f1ee61 commit 0d508b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ The CSV output file `./run_examples/ogusa_example_output.csv` can be compared to

## Citing OG-USA

OG-USA (Version 0.6.2)[Source code], https://github.com/PSLmodels/OG-USA
OG-USA (Version 0.6.3)[Source code], https://github.com/PSLmodels/OG-USA
2 changes: 1 addition & 1 deletion cs-config/cs_config/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class MetaParams(paramtools.Parameters):


def get_version():
return "0.6.2"
return "0.6.3"


def get_inputs(meta_param_dict):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open('README.md') as f:
longdesc = f.read()

version = '0.6.2'
version = '0.6.3'

config = {
'description': 'General equilibribum, overlapping generations model for the USA',
Expand Down

0 comments on commit 0d508b1

Please sign in to comment.