Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bbugyi200 committed Jan 16, 2024
1 parent 51faef2 commit adca0c0
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.2
current_version = 0.1.3
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(3, 9),
(3, 10),
]
USE_SCM_VERSION = {"fallback_version": "0.1.2"}
USE_SCM_VERSION = {"fallback_version": "0.1.3"}


###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion src/logrus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@

__author__ = "Bryan M Bugyi"
__email__ = "[email protected]"
__version__ = "0.1.2"
__version__ = "0.1.3"

_logging.getLogger(__name__).addHandler(_logging.NullHandler())

0 comments on commit adca0c0

Please sign in to comment.