We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5526d8 + 3c6c620 commit f50f24bCopy full SHA for f50f24b
4 files changed
Makefile
@@ -203,7 +203,6 @@ endef
203
define github_unrelease
204
@VERSION=$$($(call get_version, .)); \
205
TAG=v$$VERSION; \
206
- echo "TAG $$TAG"; \
207
\
208
(gh release view "$$TAG" &>/dev/null && \
209
echo "🗑️ Deleting GitHub release $$TAG..." && \
VERSION
@@ -1 +1 @@
1
-0.0.2
+0.0.1
subvortex/auto_upgrader/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "subvortex-auto-upgrader"
7
-version = "0.0.2"
+version = "0.0.1"
8
description = "SubVortex Auto Upgrader"
9
authors = [{ name = "Eclipse Vortex", email = "subvortex.bt@gmail.com" }]
10
readme = "README.md"
subvortex/version.py
-__version__ = "0.0.2"
+__version__ = "0.0.1"
0 commit comments