Skip to content

Commit 4135069

Browse files
committed
Updated version in setup.py and CHANGELOG.md
1 parent fadc197 commit 4135069

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.4] - 2023-10-27 02:00:00
9+
10+
### Added
11+
- Updates the Python and Git chapters as well as the corresponding data, images, and code
12+
813
## [0.0.3] - 2023-10-23 03:00:00
914

1015
### Added
@@ -33,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3338

3439

3540

41+
[0.0.4]: https://github.com/OpenSourceEcon/CompMethods/compare/v0.0.3...v0.0.4
3642
[0.0.3]: https://github.com/OpenSourceEcon/CompMethods/compare/v0.0.2...v0.0.3
3743
[0.0.2]: https://github.com/OpenSourceEcon/CompMethods/compare/v0.0.1...v0.0.2
3844
[0.0.1]: https://github.com/OpenSourceEcon/CompMethods/compare/v0.0.0...v0.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.3",
10+
version="0.0.4",
1111
author="Richard W. Evans",
1212
author_email="rickecon@gmail.com",
1313
long_description=readme,

0 commit comments

Comments
 (0)