aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg2
-rwxr-xr-xthcolor/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 5096ffd..0d40bd7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = thcolor
-version = attr: thcolor.version
+version = 0.2.1
url = https://thcolor.touhey.pro/
author = Thomas Touhey
author_email = thomas@touhey.fr
diff --git a/thcolor/__init__.py b/thcolor/__init__.py
index d227e03..4bb479d 100755
--- a/thcolor/__init__.py
+++ b/thcolor/__init__.py
@@ -20,6 +20,6 @@ __all__ = ["version", "Color", "Reference", "ColorExpressionDecodingError",
"CSS1Reference", "CSS2Reference", "CSS3Reference",
"CSS4Reference"]
-version = "0.2"
+version = "0.2.1"
# End of file.