Skip to content

Commit dba8f5c

Browse files
authored
bumps version to 0.2.3 (#52)
1 parent a076361 commit dba8f5c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

pybbda/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
logging.basicConfig(format="%(levelname)s:%(name)s:%(module)s:%(message)s")
66
logger = logging.getLogger("pybbda")
77

8-
_version = "0.2.1"
8+
_version = "0.2.3"
99

1010
PYBBDA_LOG_LEVEL_NAME = os.environ.get("PYBBDA_LOG_LEVEL", "")
1111
_PYBBDA_LOG_LEVEL_MAP = {

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1
3-
2+
current_version = 0.2.3
43
[flake8]
54
max-line-length = 90
65

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def process_line(line):
1313

1414
setup(
1515
name="pybbda",
16-
version="0.2.1",
16+
version="0.2.3",
1717
author="Ben Dilday",
1818
author_email="[email protected]",
1919
description="Baseball data and analysis in Python",

0 commit comments

Comments
 (0)