We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7176b20 + 8107ea9 commit 9f8daabCopy full SHA for 9f8daab
3 files changed
VERSION
@@ -1 +1 @@
1
-0.0.6-alpha.3
+0.0.6
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.6-alpha.3"
+version = "0.0.6"
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.6-alpha.3"
+__version__ = "0.0.6"
0 commit comments