Skip to content

Commit f50f24b

Browse files
Merge pull request #4 from eclipsevortex/patch-final-details
restart to version 0.0.1
2 parents c5526d8 + 3c6c620 commit f50f24b

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ endef
203203
define github_unrelease
204204
@VERSION=$$($(call get_version, .)); \
205205
TAG=v$$VERSION; \
206-
echo "TAG $$TAG"; \
207206
\
208207
(gh release view "$$TAG" &>/dev/null && \
209208
echo "🗑️ Deleting GitHub release $$TAG..." && \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.2
1+
0.0.1

subvortex/auto_upgrader/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "subvortex-auto-upgrader"
7-
version = "0.0.2"
7+
version = "0.0.1"
88
description = "SubVortex Auto Upgrader"
99
authors = [{ name = "Eclipse Vortex", email = "subvortex.bt@gmail.com" }]
1010
readme = "README.md"

subvortex/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.1"

0 commit comments

Comments
 (0)