From 63503267ee836ec829f4101bab00108ae0bf2b97 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 10 Apr 2022 00:11:39 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- grafanimate/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index becef11..ef08de3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.7.0 files = setup.py grafanimate/__init__.py commit = True tag = True diff --git a/grafanimate/__init__.py b/grafanimate/__init__.py index 8d4ede9..7abd653 100644 --- a/grafanimate/__init__.py +++ b/grafanimate/__init__.py @@ -1,3 +1,3 @@ """grafanimate: Animate all the data""" __appname__ = "grafanimate" -__version__ = "0.6.0" +__version__ = "0.7.0" diff --git a/setup.py b/setup.py index eb0eddf..7698313 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name="grafanimate", - version="0.6.0", + version="0.7.0", description="Animate timeseries data with Grafana", long_description=README, license="AGPL 3, EUPL 1.2",