Skip to content

Commit 1cdca5a

Browse files
author
lucasmelin
committed
Bump version to v0.2.0
1 parent ae6e475 commit 1cdca5a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ Syntax:
1414

1515
## [Latest Changes]
1616

17+
## [0.2.0] - 2022-03-15
18+
1719
- Initial project setup
20+
21+
22+
[Latest Changes]: https://github.com/lucasmelin/molting/compare/v0.2.0...HEAD

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "molting"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Automatically bump your project files to the latest version."
55
authors = ["Lucas Melin <[email protected]>"]
66
repository = "https://github.com/lucasmelin/molting"

src/molting/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Top-level package for molting."""
2-
__version__ = "0.1.0"
2+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)