Skip to content

Commit bbc5242

Browse files
author
Leah Wasser
committed
Bump version: 0.5.0 → 0.5.1
1 parent 86642fb commit bbc5242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
DESCRIPTION = "A set of helper functions to make working with spatial data in open source tools easier. This package is maintained by Earth Lab and was originally designed to support the earth analytics education program."
88
MAINTAINER = "Leah Wasser"
99
MAINTAINER_EMAIL = "[email protected]"
10-
VERSION = "VERSION='0.5.0'"
10+
VERSION = "VERSION='0.5.1'"
1111

1212

1313
def configuration(parent_package="", top_path=None):

0 commit comments

Comments
 (0)