Skip to content

Commit

Permalink
Merge pull request #209 from lucafaggianelli/release-0.4.0.rc1
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
lucafaggianelli authored Oct 3, 2023
2 parents 03bdc42 + 8aff0ce commit 9801755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plombery",
"version": "0.3.2",
"version": "0.4.0.rc1",
"description": "",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/plombery/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Keep it aligned with version in package.json

__version__ = "0.3.2"
__version__ = "0.4.0.rc1"

0 comments on commit 9801755

Please sign in to comment.