Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9d3f92

Browse files
committed
bump version [ci skip]
1 parent 1046448 commit b9d3f92

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎conda.recipes/dev/meta.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: wqio
3-
version: 0.7.0
3+
version: 0.7.1
44

55
source:
66
path: ../../

‎conda.recipes/release/meta.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package:
22
name: wqio
3-
version: "0.7.0"
3+
version: "0.7.1"
44

55
source:
66
git_url: https://github.com/International-BMP-Database/wqio.git
7-
git_tag: v0.7.0
7+
git_tag: v0.7.1
88
# patches:
99
# List any patch files here
1010
# - fix.patch

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
DESCRIPTION = "wqio: Water Quality Inflow/Outflow"
88
LONG_DESCRIPTION = DESCRIPTION
99
NAME = "wqio"
10-
VERSION = "0.7.0"
10+
VERSION = "0.7.1"
1111
AUTHOR = "Paul Hobson (Herrera Environmental Consultants)"
1212
AUTHOR_EMAIL = "[email protected]"
1313
URL = "https://github.com/International-BMP-Database/wqio"

0 commit comments

Comments
 (0)