We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b125f9 commit dd1c5e8Copy full SHA for dd1c5e8
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "dayplot"
3
-version = "0.2.0"
+version = "0.2.1"
4
description = "Calendar heatmaps with matplotlib"
5
authors = [
6
{ name="Joseph Barbier", email="joseph.barbierdarnal@gmail.com" },
setup.py
@@ -2,7 +2,7 @@
setup(
name="dayplot",
- version="0.2.0",
+ version="0.2.1",
packages=["dayplot"],
7
description="Calendar heatmaps with matplotlib",
8
long_description=open("README.md").read(),
0 commit comments