We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3ff72 commit 9ed7e18Copy full SHA for 9ed7e18
3 files changed
VERSION
@@ -1 +1 @@
1
-0.0.7
+1.0.0-rc.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.7"
+version = "1.0.0-rc.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.7"
+__version__ = "1.0.0-rc.1"
0 commit comments