Skip to content

Commit bc26d1e

Browse files
author
github-actions
committed
Increment version to
1 parent a0bd12b commit bc26d1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +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) - 2024-04-15
9+
## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2024-04-24
1010

11-
<small>[Compare with first commit](https://github.com/PythonNest/PyNest/compare/765bba97a8389ce923426acde1f8779f37fc1922...0.1.0)</small>
11+
<small>[Compare with first commit](https://github.com/PythonNest/PyNest/compare/a0bd12bd82b0d57fb6f4785f755126138fa2b587...0.1.0)</small>
1212

1313
### Fixed
1414

15-
- Fix docs (#52) ([765bba9](https://github.com/PythonNest/PyNest/commit/765bba97a8389ce923426acde1f8779f37fc1922) by Itay Dar).
15+
- Fix docs (#54) ([a0bd12b](https://github.com/PythonNest/PyNest/commit/a0bd12bd82b0d57fb6f4785f755126138fa2b587) by Itay Dar).
1616

nest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)