Skip to content

Commit

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

## [Latest Changes]

## [0.3.0] - 2022-03-16

### Added

- Workflow to deploy to PyPi

## [0.2.1] - 2022-03-16

### Added
Expand All @@ -27,5 +33,6 @@ Syntax:
- Initial project setup


[Latest Changes]: https://github.com/lucasmelin/molting/compare/v0.2.1...HEAD
[Latest Changes]: https://github.com/lucasmelin/molting/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/lucasmelin/molting/compare/v0.2.1...v0.3.0
[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.1"
version = "0.3.0"
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.1"
__version__ = "0.3.0"

0 comments on commit 6032484

Please sign in to comment.