Skip to content

Commit 2265c7b

Browse files
committed
Updated setup.py and CHANGELOG.md
1 parent d98aea1 commit 2265c7b

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.2] - 2023-09-29 06:00:00
9+
10+
### Added
11+
- Updates the `SMM.md` and `GMM.md` chapters
12+
- Adds a `MaxLikelihood.md` chapter
13+
- Updates `CompMethods_references.bib`
14+
- Adds data files in `/data/smm/` directory
15+
816
## [0.0.1] - 2023-09-28 18:30:00
917

1018
### Added
@@ -20,4 +28,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2028

2129

2230

31+
[0.0.2]: https://github.com/OpenSourceEcon/CompMethods/compare/0.0.1...0.0.2
2332
[0.0.1]: https://github.com/OpenSourceEcon/CompMethods/compare/0.0.0...0.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="CompMethods",
10-
version="0.0.1",
10+
version="0.0.2",
1111
author="Richard W. Evans",
1212
author_email="rickecon@gmail.com",
1313
long_description=readme,

0 commit comments

Comments
 (0)