Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tillwenke authored Jan 26, 2025
1 parent e7040b4 commit d765e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import setuptools

VERSION = "0.2.0"
VERSION = "0.2.1"

NAME = "heatchmap"

Expand Down Expand Up @@ -45,4 +45,4 @@
packages=setuptools.find_packages(),
long_description=Path("README.md").read_text(),
long_description_content_type="text/markdown",
)
)

0 comments on commit d765e5c

Please sign in to comment.