diff options
author | jaseg <git@jaseg.de> | 2024-04-21 18:48:41 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2024-04-21 19:22:37 +0200 |
commit | 8bf08df3360e3dbfbf7fa1f713099c79d4b349e6 (patch) | |
tree | 997deec5f8b7bb04238ec0ca5d88c9340a46698a /taep/__init__.py | |
parent | 2af2479196370f5a1ab3d7f1c275d80047e5c258 (diff) | |
download | taep-8bf08df3360e3dbfbf7fa1f713099c79d4b349e6.tar.gz taep-8bf08df3360e3dbfbf7fa1f713099c79d4b349e6.tar.bz2 taep-8bf08df3360e3dbfbf7fa1f713099c79d4b349e6.zip |
Bump version to v1.0.0-rc2v1.0.0-rc2main
Diffstat (limited to 'taep/__init__.py')
-rw-r--r-- | taep/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taep/__init__.py b/taep/__init__.py index 985705f..9c5d869 100644 --- a/taep/__init__.py +++ b/taep/__init__.py @@ -18,7 +18,7 @@ from bs4 import BeautifulSoup from .svg_util import * -__version__ = "v1.0.0-rc1" +__version__ = "v1.0.0-rc2" USVG_DPI = 96.0 |