Skip to content

Commit

Permalink
bump version (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdilday authored Jul 15, 2023
1 parent f2ac129 commit b5ece30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pybbda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
logging.basicConfig(format="%(levelname)s:%(name)s:%(module)s:%(message)s")
logger = logging.getLogger("pybbda")

_version = "0.3.1"
_version = "0.4.3"

PYBBDA_LOG_LEVEL_NAME = os.environ.get("PYBBDA_LOG_LEVEL", "")
_PYBBDA_LOG_LEVEL_MAP = {
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.4.3

[flake8]
max-line-length = 90
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def process_line(line):

setup(
name="pybbda",
version="0.3.1",
version="0.4.3",
author="Ben Dilday",
author_email="ben.dilday.phd@gmail.com",
description="Baseball data and analysis in Python",
Expand Down

0 comments on commit b5ece30

Please sign in to comment.