diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cf0d763..181e370 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.11 +current_version = 0.1.12 commit = True tag = True message = Bump version: {current_version} → {new_version} [ci skip] diff --git a/pyproject.toml b/pyproject.toml index 1c5d1b1..72dcdbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ruvnl-consumer-app" -version = "0.1.11" +version = "0.1.12" 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 923258c..dc69002 100644 --- a/ruvnl_consumer_app/__init__.py +++ b/ruvnl_consumer_app/__init__.py @@ -1,2 +1,2 @@ """RUVNL Consumer App""" -__version__ = "0.1.11" +__version__ = "0.1.12"