We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a076361 commit dba8f5cCopy full SHA for dba8f5c
pybbda/__init__.py
@@ -5,7 +5,7 @@
5
logging.basicConfig(format="%(levelname)s:%(name)s:%(module)s:%(message)s")
6
logger = logging.getLogger("pybbda")
7
8
-_version = "0.2.1"
+_version = "0.2.3"
9
10
PYBBDA_LOG_LEVEL_NAME = os.environ.get("PYBBDA_LOG_LEVEL", "")
11
_PYBBDA_LOG_LEVEL_MAP = {
setup.cfg
@@ -1,6 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.1
3
-
+current_version = 0.2.3
4
[flake8]
max-line-length = 90
setup.py
@@ -13,7 +13,7 @@ def process_line(line):
13
14
setup(
15
name="pybbda",
16
- version="0.2.1",
+ version="0.2.3",
17
author="Ben Dilday",
18
author_email="[email protected]",
19
description="Baseball data and analysis in Python",
0 commit comments