Bump version: 2.1.6 → 2.1.7
All checks were successful
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
Ivan Schaller 2022-06-22 20:12:07 +02:00
parent 35758cb0a1
commit 31a68fad1b
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.6
current_version = 2.1.7
commit = True
tag = False
serialize = {major}.{minor}.{patch}

View file

@ -1,6 +1,6 @@
from mangadlp.input import main
MDLP_VERSION = "2.1.6"
MDLP_VERSION = "2.1.7"
if __name__ == "__main__":
main()

View file

@ -5,7 +5,7 @@ from pathlib import Path
import mangadlp.app as app
MDLP_VERSION = "2.1.6"
MDLP_VERSION = "2.1.7"
def check_args(args):

View file

@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
version = "2.1.6"
version = "2.1.7"
name = "manga-dlp"
description = "A cli manga downloader"
readme = "README.md"