From 931c8e84d567de878ae815be2f2852e3ff7c0c8d Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Wed, 17 Apr 2024 08:38:23 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.6=20=E2=86=92=200.1.7=20[?= =?UTF-8?q?ci=20skip]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- ruvnl_consumer_app/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8dc6ae7..4c8199f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.6 +current_version = 0.1.7 commit = True tag = True message = Bump version: {current_version} → {new_version} [ci skip] diff --git a/pyproject.toml b/pyproject.toml index 031e351..765a41d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ruvnl-consumer-app" -version = "0.1.6" +version = "0.1.7" description = "Scrapes and saves data from the Rajasthan Urja Vikas Nigam Limited (RUVNL) website." authors = ["Chris Briggs "] readme = "README.md" diff --git a/ruvnl_consumer_app/__init__.py b/ruvnl_consumer_app/__init__.py index 4809841..9ac2c05 100644 --- a/ruvnl_consumer_app/__init__.py +++ b/ruvnl_consumer_app/__init__.py @@ -1,2 +1,2 @@ """RUVNL Consumer App""" -__version__ = "0.1.6" +__version__ = "0.1.7"