Skip to content

Commit

Permalink
Bump version: 0.5.5 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 16, 2021
1 parent 221303f commit 765a595
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[bumpversion]
current_version = 0.5.5
current_version = 0.6.0
files = setup.py grafanimate/__init__.py
commit = True
tag = True
tag_name = {new_version}
allow_dirty = True

2 changes: 1 addition & 1 deletion grafanimate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""grafanimate: Animate all the data"""
__appname__ = "grafanimate"
__version__ = "0.5.5"
__version__ = "0.6.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup(
name="grafanimate",
version="0.5.5",
version="0.6.0",
description="Animate timeseries data with Grafana",
long_description=README,
license="AGPL 3, EUPL 1.2",
Expand Down

0 comments on commit 765a595

Please sign in to comment.