Skip to content

Commit

Permalink
bump version to v0.1.3 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdilday authored Jun 22, 2020
1 parent 4990256 commit ffb6bd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pybaseballdatana/__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("pybaseballdatana")

_version = "0.1.2"
_version = "0.1.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.1.2
current_version = 0.1.3

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

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

0 comments on commit ffb6bd2

Please sign in to comment.