Skip to content

Commit

Permalink
♻️ Bump Release Number to Next Release Candidate 0.0.4rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Oct 12, 2023
1 parent 7d608df commit 2e0ecbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "snekmate",
"version": "0.0.3",
"description": "State-of-the-art, highly opinionated, hyper-optimised, and secure Vyper smart contract building blocks.",
"version": "0.0.4-rc.1",
"description": "State-of-the-art, highly opinionated, hyper-optimised, and secure 🐍Vyper smart contract building blocks.",
"author": "Pascal Marco Caversaccio <[email protected]>",
"license": "AGPL-3.0-only",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "snekmate"
version = "0.0.3"
description = "State-of-the-art, highly opinionated, hyper-optimised, and secure Vyper smart contract building blocks."
version = "0.0.4rc1"
description = "State-of-the-art, highly opinionated, hyper-optimised, and secure 🐍Vyper smart contract building blocks."
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = ">=3.10"
license = {text = "AGPL-3.0-only License"}
Expand Down

0 comments on commit 2e0ecbd

Please sign in to comment.