Skip to content

Commit a6e7657

Browse files
committed
Bump version: 0.4.2 → 0.4.3
1 parent 61dad1f commit a6e7657

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.2
2+
current_version = 0.4.3
33
commit = True
44
tag = True
55

@@ -29,4 +29,3 @@ exclude =
2929
docs,
3030
dist,
3131
examples
32-

threddsclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .client import download_urls, opendap_urls, read_url, read_xml, crawl
22

3-
__version__ = '0.4.2'
3+
__version__ = '0.4.3'

0 commit comments

Comments
 (0)