Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dvatterott committed Jan 6, 2019
1 parent c73ab6b commit 72ab406
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion predeval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Dan Vatterott"""
__email__ = 'dvatterott@gmail.com'
__version__ = '0.0.1'
__version__ = '0.0.2'

from .continuous import ContinuousEvaluator
from .categorical import CategoricalEvaluator
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.0.2
commit = True
tag = True

Expand All @@ -19,8 +19,8 @@ exclude = docs
max-line-length = 120

[aliases]
# Define setup.py command aliases here
test = pytest

[tool:pytest]
collect_ignore = ['setup.py']

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
test_suite='tests',
tests_require=TEST_REQUIREMENTS,
url='https://github.com/dvatterott/predeval',
version='0.0.1',
version='0.0.2',
zip_safe=False,
)

0 comments on commit 72ab406

Please sign in to comment.