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"