From 2265c7bc4ba344306b8c7d0d7055718451bb8695 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Fri, 29 Sep 2023 05:35:52 -0600 Subject: [PATCH] Updated setup.py and CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b29d3d2..6f92c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.2] - 2023-09-29 06:00:00 + +### Added +- Updates the `SMM.md` and `GMM.md` chapters +- Adds a `MaxLikelihood.md` chapter +- Updates `CompMethods_references.bib` +- Adds data files in `/data/smm/` directory + ## [0.0.1] - 2023-09-28 18:30:00 ### Added @@ -20,4 +28,5 @@ 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 diff --git a/setup.py b/setup.py index 8c65990..fd87138 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="CompMethods", - version="0.0.1", + version="0.0.2", author="Richard W. Evans", author_email="rickecon@gmail.com", long_description=readme,