Skip to content

Commit

Permalink
bump version (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdilday committed Jun 10, 2020
1 parent a939b1f commit 893b893
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pychadwick/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pandas import Int32Dtype
from pychadwick.libutils import ChadwickLibrary

_version = "0.2.0"
_version = "0.2.1"

__all__ = ["ChadwickLibrary"]

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1

[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 @@ -5,7 +5,7 @@
long_description = fh.read()
setup(
name="pychadwick",
version="0.2.0",
version="0.2.1",
author="Ben Dilday",
author_email="ben.dilday.phd@gmail.com",
description="Python bindings to the Chadwick library",
Expand Down

0 comments on commit 893b893

Please sign in to comment.