Skip to content

Commit 44d3778

Browse files
author
github-actions
committed
Increment version to
1 parent a0ece3b commit 44d3778

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
<!-- insertion marker -->
9-
## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2023-08-02
9+
## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2023-12-31
1010

11-
<small>[Compare with first commit](https://github.com/PythonNest/PyNest/compare/ff62e4e93e657f7bcacd863ac4f29e7a65f9ed50...0.1.0)</small>
11+
<small>[Compare with first commit](https://github.com/PythonNest/PyNest/compare/a0ece3b11b117d91bbed70c80c3baa8b1308c4b5...0.1.0)</small>
12+
13+
### Fixed
14+
15+
- fix requirements-release.txt (#31) ([a0ece3b](https://github.com/PythonNest/PyNest/commit/a0ece3b11b117d91bbed70c80c3baa8b1308c4b5) by Itay Dar).
1216

nest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)