version bump

This commit is contained in:
Peter Dwyer
2022-08-25 16:14:30 +01:00
parent c5633bf54a
commit 2d55637f1b
2 changed files with 2 additions and 2 deletions

View File

@@ -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 <ajurna@gmail.com>"]
license = "Creative Commons Attribution-ShareAlike 4.0 International License"

View File

@@ -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"
win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5"