Skip to content

Commit

Permalink
Updated version in setup.py and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Oct 23, 2023
1 parent 8864930 commit a625f20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a625f20

Please sign in to comment.