From fca6dcd4a8b900738f559d1d8e827c39dc5821c2 Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Fri, 13 Oct 2023 15:39:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20Bump=20Release=20Number?= =?UTF-8?q?=20to=20`0.0.4`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Marco Caversaccio --- CHANGELOG.md | 2 +- lib/openzeppelin-contracts | 2 +- package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 459e0b7c..14d937dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # ๐Ÿ•“ Changelog -## [`0.0.4`](https://github.com/pcaversaccio/snekmate/releases/tag/v0.0.4) (Unreleased) +## [`0.0.4`](https://github.com/pcaversaccio/snekmate/releases/tag/v0.0.4) (13-10-2023) ### ๐Ÿ”’ Security Fixes diff --git a/lib/openzeppelin-contracts b/lib/openzeppelin-contracts index 7ef43333..6383299d 160000 --- a/lib/openzeppelin-contracts +++ b/lib/openzeppelin-contracts @@ -1 +1 @@ -Subproject commit 7ef43333011c9d9fae7ee35f5dd680db3c051b16 +Subproject commit 6383299d715d7cd3d697ab655b42f8e61e52e197 diff --git a/package.json b/package.json index cae32b63..2702834a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snekmate", - "version": "0.0.4-rc.2", + "version": "0.0.4", "description": "State-of-the-art, highly opinionated, hyper-optimised, and secure ๐ŸVyper smart contract building blocks.", "author": "Pascal Marco Caversaccio ", "license": "AGPL-3.0-only", diff --git a/pyproject.toml b/pyproject.toml index 45d2fb83..eaecad49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snekmate" -version = "0.0.4rc2" +version = "0.0.4" 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"