Skip to content

Commit 2886e57

Browse files
Refine documentation
1 parent 18724aa commit 2886e57

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[tool.poetry]
22
name = "tailwind_colors"
3-
version = "0.2.0"
3+
version = "1.0.0"
44
description = "Use the default color palette from TailwindCSS (https://tailwindcss.com/docs/customizing-colors) in your python code for plotting, image generation, etc."
55

66
authors = ["Moritz Makowski <moritz@dostuffthatmatters.dev>"]
77
readme = "README.md"
8-
repository = "https://github.com/dostuffthatmatters/python_tailwind_colors"
8+
repository = "https://github.com/dostuffthatmatters/python-tailwind-colors"
99
license = "MIT"
1010

1111
packages = [{include = "tailwind_colors"}]

tailwind_colors/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
from typing import Literal
33

4+
__version__ = "1.0.0"
5+
46

57
class TAILWIND_COLORS:
68
"""

0 commit comments

Comments
 (0)