mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
version bump
This commit is contained in:
parent
bced1ef2ef
commit
3e07a19324
2 changed files with 2 additions and 2 deletions
|
@ -141,6 +141,6 @@ class Args:
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
misc_group = parser.add_argument_group('Misc')
|
misc_group = parser.add_argument_group('Misc')
|
||||||
misc_group.add_argument('--version', action='version', version=f'Av1an version: {4.6}')
|
misc_group.add_argument('--version', action='version', version=f'Av1an version: {4.7}')
|
||||||
# Initialize project with initial values
|
# Initialize project with initial values
|
||||||
return parser
|
return parser
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -13,7 +13,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 = "4.6"
|
version = "4.7"
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="Av1an",
|
name="Av1an",
|
||||||
|
|
Loading…
Reference in a new issue