Skip to content

Commit dd1c5e8

Browse files
dayplot 0.2.1
1 parent 0b125f9 commit dd1c5e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dayplot"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Calendar heatmaps with matplotlib"
55
authors = [
66
{ name="Joseph Barbier", email="joseph.barbierdarnal@gmail.com" },

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="dayplot",
5-
version="0.2.0",
5+
version="0.2.1",
66
packages=["dayplot"],
77
description="Calendar heatmaps with matplotlib",
88
long_description=open("README.md").read(),

0 commit comments

Comments
 (0)