Skip to content

Commit 36b61a2

Browse files
committed
Bump version: 0.8.1 → 0.9.0
1 parent e057d65 commit 36b61a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.1
2+
current_version = 0.9.0
33
files = pyproject.toml grafanimate/__init__.py
44
commit = True
55
tag = True

grafanimate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""grafanimate: Animate timeseries data with Grafana"""
22

33
__appname__ = "grafanimate"
4-
__version__ = "0.8.1"
4+
__version__ = "0.9.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "setuptools>=61.0" ]
55

66
[project]
77
name = "grafanimate"
8-
version = "0.8.1"
8+
version = "0.9.0"
99
description = "Animate timeseries data with Grafana"
1010
readme = "README.rst"
1111
keywords = [ "animate", "animation", "automation", "gif", "grafana", "time", "video" ]

0 commit comments

Comments
 (0)