Skip to content

Commit

Permalink
bumps version to 0.4.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdilday committed Oct 5, 2020
1 parent 2ac402a commit 5218d90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pychadwick/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from pychadwick.libutils import ChadwickLibrary


_version = "0.3.3"
_version = "0.4.0"

__all__ = ["ChadwickLibrary"]

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.3.3
current_version = 0.4.0

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

0 comments on commit 5218d90

Please sign in to comment.