Skip to content

Commit

Permalink
Bump version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmelin committed Mar 17, 2022
1 parent 7dd1565 commit 9f0748a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Syntax:

## [Latest Changes]

## [0.2.1] - 2022-03-16

### Added
- Logging using [loguru](https://github.com/Delgan/loguru)

Expand All @@ -25,4 +27,5 @@ Syntax:
- Initial project setup


[Latest Changes]: https://github.com/lucasmelin/molting/compare/v0.2.0...HEAD
[Latest Changes]: https://github.com/lucasmelin/molting/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/lucasmelin/molting/compare/v0.2.0...v0.2.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "molting"
version = "0.2.0"
version = "0.2.1"
description = "Automatically bump your project files to the latest version."
authors = ["Lucas Melin <lucas.melin@gmail.com>"]
repository = "https://github.com/lucasmelin/molting"
Expand Down
2 changes: 1 addition & 1 deletion src/molting/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Top-level package for molting."""
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 9f0748a

Please sign in to comment.