Skip to content

Commit

Permalink
Bump version: 0.1.11 → 0.1.12 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpVersion Action committed Sep 17, 2024
1 parent a934534 commit a4e13ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <confusedmatrix@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion ruvnl_consumer_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""RUVNL Consumer App"""
__version__ = "0.1.11"
__version__ = "0.1.12"

0 comments on commit a4e13ef

Please sign in to comment.