Skip to content

Commit

Permalink
Bump version: 0.1.3 → 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarvoet committed Apr 20, 2020
1 parent 07e8c77 commit 88f3c6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ctdproc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"""

__all__ = ["io", "proc", "calcs", "helpers"]
__version__ = "0.1.3"
__version__ = "__version__ = '0.1.4'"

from . import calcs, helpers, io, proc
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.1.4
commit = True
tag = True

Expand All @@ -18,12 +18,12 @@ universal = 1
select = B,C,E,F,W,B950,B9,T4
ignore =
E203
E266
E266
E402
E501
E731
W503
F403
F403
exclude =
.eggs
doc
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
# Project information
name="ctdproc",
version="0.1.3",
version="0.1.4",
author="Gunnar Voet",
author_email="[email protected]",
url="https://github.com/gunnarvoet/ctdproc",
Expand Down

0 comments on commit 88f3c6d

Please sign in to comment.