From 2d55637f1b1f1d988a295e1e32506d53c563a2a7 Mon Sep 17 00:00:00 2001 From: Peter Dwyer Date: Thu, 25 Aug 2022 16:14:30 +0100 Subject: [PATCH] version bump --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7b484ce..76f29dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line_length = 119 [tool.poetry] name = "cbwebreader" -version = "1.0.0-alpha.1" +version = "1.0.0" description = "CBR/Z Web Reader" authors = ["ajurna "] license = "Creative Commons Attribution-ShareAlike 4.0 International License" diff --git a/requirements.txt b/requirements.txt index e877706..d20dac1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,4 +60,4 @@ ua-parser==0.16.0 uritemplate==4.1.1; python_version >= "3.6" urllib3==1.26.12; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7" user-agents==2.2.0 -win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5" \ No newline at end of file +win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5"