From d4934ed806f427fc24a1fdbfb43a631795ed94ce Mon Sep 17 00:00:00 2001 From: jdebacker Date: Sat, 5 Oct 2024 17:35:20 -0400 Subject: [PATCH] bump version --- CHANGELOG.md | 6 ++++++ ogusa/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d921982..89e5763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. 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.2.1] - 2024-10-05 12:00:00 + +### Added + +- Adds `eta_RM` to default calibration to work with new OG-Core parameterization. + ## [0.2.0] - 2024-08-27 12:00:00 ### Added diff --git a/ogusa/__init__.py b/ogusa/__init__.py index d7e62dd..5052f93 100644 --- a/ogusa/__init__.py +++ b/ogusa/__init__.py @@ -11,4 +11,4 @@ from ogusa.utils import * from ogusa.wealth import * -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/setup.py b/setup.py index 51a0135..0ebaf04 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ogusa", - version="0.2.0", + version="0.2.1", author="Jason DeBacker and Richard W. Evans", license="CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", description="USA calibration for OG-Core",