From a625f204f806a9b8cb0090831a0727d82a0b99e9 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Mon, 23 Oct 2023 02:53:19 -0600 Subject: [PATCH] Updated version in setup.py and CHANGELOG.md --- CHANGELOG.md | 10 ++++++++-- setup.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f92c35..67471a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.0.3] - 2023-10-23 03:00:00 + +### Added +- Updated the `SMM.md` chapter + ## [0.0.2] - 2023-09-29 06:00:00 ### Added @@ -28,5 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[0.0.2]: https://github.com/OpenSourceEcon/CompMethods/compare/0.0.1...0.0.2 -[0.0.1]: https://github.com/OpenSourceEcon/CompMethods/compare/0.0.0...0.0.1 +[0.0.3]: https://github.com/OpenSourceEcon/CompMethods/compare/v0.0.2...v0.0.3 +[0.0.2]: https://github.com/OpenSourceEcon/CompMethods/compare/v0.0.1...v0.0.2 +[0.0.1]: https://github.com/OpenSourceEcon/CompMethods/compare/v0.0.0...v0.0.1 diff --git a/setup.py b/setup.py index eedfbc6..4a1305b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="CompMethods", - version="0.0.2", + version="0.0.3", author="Richard W. Evans", author_email="rickecon@gmail.com", long_description=readme,