We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6e475 commit 1cdca5aCopy full SHA for 1cdca5a
CHANGELOG.md
@@ -14,4 +14,9 @@ Syntax:
14
15
## [Latest Changes]
16
17
+## [0.2.0] - 2022-03-15
18
+
19
- Initial project setup
20
21
22
+[Latest Changes]: https://github.com/lucasmelin/molting/compare/v0.2.0...HEAD
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "molting"
3
-version = "0.1.0"
+version = "0.2.0"
4
description = "Automatically bump your project files to the latest version."
5
authors = ["Lucas Melin <[email protected]>"]
6
repository = "https://github.com/lucasmelin/molting"
src/molting/__init__.py
@@ -1,2 +1,2 @@
"""Top-level package for molting."""
-__version__ = "0.1.0"
+__version__ = "0.2.0"
0 commit comments