Skip to content

Commit d6625ff

Browse files
committed
Bump version: 0.1.8 → 0.1.9
1 parent 659e500 commit d6625ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.8
2+
current_version = 0.1.9
33
commit = True
44
tag = false
55

noaa_coops/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import noaa_coops # noqa: F401
22
from noaa_coops.noaa_coops import Station # noqa: F401
33

4-
__version__ = "0.1.8"
4+
__version__ = "0.1.9"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[metadata]
44
name = noaa_coops
5-
version = 0.1.8
5+
version = 0.1.9
66
author = Greg Clunies
77
author-email = [email protected]
88
home-page = https://github.com/GClunies/noaa_coops

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="noaa_coops",
12-
version="0.1.8",
12+
version="0.1.9",
1313
description="Python wrapper for NOAA Tides & Currents Data and Metadata",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)