Skip to content

Commit

Permalink
Update version in CHANGELOG.md, __init__.py, setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Aug 7, 2024
1 parent 4afa9ab commit bf21d81
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.0.3] - 2024-08-07 12:00:00

### Added

- Updates the baseline calibration in `ogidn_default_parameters.json` and the example run script `run_og_idn.py`.


## [0.0.0] - 2024-06-20 12:00:00

### Added

- This version is a pre-release alpha. The example run script OG-IDN/examples/run_og_idn.py runs, but the model is not currently calibrated to represent the Indonesian economy and population.



[0.0.3]: https://github.com/EAPD-DRB/OG-IDN/compare/v0.0.0...v0.0.3
2 changes: 1 addition & 1 deletion ogidn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from ogidn.macro_params import *
from ogidn.utils import *

__version__ = "0.0.2"
__version__ = "0.0.3"
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="ogidn",
version="0.0.2",
version="0.0.3",
author="Marcelo LaFleur, Richard W. Evans, and Jason DeBacker",
license="CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
description="Indonesia (IDN) Calibration for OG-Core",
Expand Down

0 comments on commit bf21d81

Please sign in to comment.