mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
versioning changing
This commit is contained in:
parent
27ccad4a0c
commit
5b5f74c7e0
3 changed files with 3 additions and 3 deletions
|
@ -292,7 +292,7 @@ class Args:
|
||||||
# Misc
|
# Misc
|
||||||
misc_group = parser.add_argument_group("Misc")
|
misc_group = parser.add_argument_group("Misc")
|
||||||
misc_group.add_argument(
|
misc_group.add_argument(
|
||||||
"--version", action="version", version=f"Av1an version: 6.1-2"
|
"--version", action="version", version=f"Av1an version: 6.1.3"
|
||||||
)
|
)
|
||||||
# Initialize project with initial values
|
# Initialize project with initial values
|
||||||
return parser
|
return parser
|
||||||
|
|
|
@ -9,7 +9,7 @@ REQUIRES = [
|
||||||
with open("README.md", "r") as f:
|
with open("README.md", "r") as f:
|
||||||
long_description = f.read()
|
long_description = f.read()
|
||||||
|
|
||||||
version = "6.1-3"
|
version = "6.1.3"
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="Av1an-minimal",
|
name="Av1an-minimal",
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ REQUIRES = [
|
||||||
with open("README.md", "r") as f:
|
with open("README.md", "r") as f:
|
||||||
long_description = f.read()
|
long_description = f.read()
|
||||||
|
|
||||||
version = "6.1-3"
|
version = "6.1.3"
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="Av1an",
|
name="Av1an",
|
||||||
|
|
Loading…
Reference in a new issue