Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbugyi200 committed Jan 16, 2024
1 parent e5397e0 commit 6b9cc7a
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.0
current_version = 0.1.1
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.0"}
USE_SCM_VERSION = {"fallback_version": "0.1.1"}


###############################################################################
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__ = "bryanbugyi34@gmail.com"
__version__ = "0.1.0"
__version__ = "0.1.1"

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

0 comments on commit 6b9cc7a

Please sign in to comment.