From 5b5f74c7e05c20ce254e56e374078df52a7a1b4b Mon Sep 17 00:00:00 2001 From: Zen <46526140+master-of-zen@users.noreply.github.com> Date: Mon, 26 Apr 2021 23:48:30 +0300 Subject: [PATCH] versioning changing --- av1an/arg_parse.py | 2 +- setup-minimal.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/av1an/arg_parse.py b/av1an/arg_parse.py index 2e31173..42746d4 100755 --- a/av1an/arg_parse.py +++ b/av1an/arg_parse.py @@ -292,7 +292,7 @@ class Args: # Misc misc_group = parser.add_argument_group("Misc") 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 return parser diff --git a/setup-minimal.py b/setup-minimal.py index 7e7a295..271658e 100644 --- a/setup-minimal.py +++ b/setup-minimal.py @@ -9,7 +9,7 @@ REQUIRES = [ with open("README.md", "r") as f: long_description = f.read() -version = "6.1-3" +version = "6.1.3" setuptools.setup( name="Av1an-minimal", diff --git a/setup.py b/setup.py index b0011b3..5fa6a48 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ REQUIRES = [ with open("README.md", "r") as f: long_description = f.read() -version = "6.1-3" +version = "6.1.3" setuptools.setup( name="Av1an",