mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
fix invalid versions
This commit is contained in:
parent
fe06833764
commit
16ac03edeb
1 changed files with 2 additions and 2 deletions
|
|
@ -13,10 +13,10 @@ PACKAGE_NAME="pycalver"
|
||||||
GIT_REPO_NAMESPACE="mbarkhau"
|
GIT_REPO_NAMESPACE="mbarkhau"
|
||||||
GIT_REPO_DOMAIN="gitlab.com"
|
GIT_REPO_DOMAIN="gitlab.com"
|
||||||
|
|
||||||
PACKAGE_VERSION="v201912.0001-beta"
|
PACKAGE_VERSION="v201812.0007-beta"
|
||||||
|
|
||||||
DEFAULT_PYTHON_VERSION="python=3.6"
|
DEFAULT_PYTHON_VERSION="python=3.6"
|
||||||
SUPPORTED_PYTHON_VERSIONS="python=2.7 pypy2.7 pypy3.4 python=3.5 python=3.6 python=3.7"
|
SUPPORTED_PYTHON_VERSIONS="python=2.7 pypy2.7 pypy3.5 python=3.5 python=3.6 python=3.7"
|
||||||
|
|
||||||
IS_PUBLIC=1
|
IS_PUBLIC=1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue