diff options
author | Thomas Touhey <thomas@touhey.fr> | 2019-05-07 15:47:38 +0200 |
---|---|---|
committer | Thomas Touhey <thomas@touhey.fr> | 2019-05-07 15:47:38 +0200 |
commit | 19e0f4fda89731ff6700acce8f3a2ed48a8b94b5 (patch) | |
tree | fb0807408a7f3f8135b72aa18c084e26eabee330 | |
parent | f98704470e251e993ee9bd8286bf4ce7d17e223a (diff) |
0.2.1 -> not using the attr in setup.cfg anymore, should solve pip installs.0.2.1
-rw-r--r-- | setup.cfg | 2 | ||||
-rwxr-xr-x | thcolor/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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. |