Skip to content

Commit

Permalink
chore: bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwint committed Aug 27, 2023
1 parent 65c1db6 commit 0372a81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## Unreleased
## 0.4.0 - 2023-08-27

### Added

Expand Down
2 changes: 1 addition & 1 deletion lushlayers/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.4.0"
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 = "lushlayers"
version = "0.3.0"
version = "0.4.0"
description = "Turn your keyboard into hot lasagna."
authors = ["Matteo De Wint <[email protected]>"]
packages = [{ include = "lushlayers" }]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
commit = True
message = chore: bump version to {new_version}

Expand Down

0 comments on commit 0372a81

Please sign in to comment.