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

Skip to content

Commit dd2a030

Browse files
committed
bump version
1 parent ecadeb8 commit dd2a030

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎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: !!str 0.3.1
3+
version: !!str 0.3.2
44

55
source:
66
git_url: https://github.com/Geosyntec/wqio.git
7-
git_tag: v0.3.1
7+
git_tag: v0.3.2
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
@@ -18,7 +18,7 @@ def getDataFiles(submodule, folder):
1818
DESCRIPTION = "wqio: Water Quality Inflow/Outflow"
1919
LONG_DESCRIPTION = DESCRIPTION
2020
NAME = "wqio"
21-
VERSION = "0.3.x"
21+
VERSION = "0.3.2"
2222
AUTHOR = "Paul Hobson (Geosyntec Consultants)"
2323
AUTHOR_EMAIL = "[email protected]"
2424
URL = "https://github.com/Geosyntec/wqio"

0 commit comments

Comments
 (0)