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

Skip to content

Commit ab9c0e1

Browse files
authored
Merge pull request International-BMP-Database#194 from phobson/bump-version
Bump version
2 parents d7893dd + fa7b8c4 commit ab9c0e1

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/python-publish-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
22

3-
on: push
3+
on:
4+
workflow_dispatch:
45

56
jobs:
67
build:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015, Geosyntec Consultants
1+
Copyright (c) 2015, Geosyntec Consultants, Herrera Environmental Consultants
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

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.6.2
3+
version: 0.7.0
44

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

conda.recipes/release/meta.yaml

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

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
DESCRIPTION = "wqio: Water Quality Inflow/Outflow"
88
LONG_DESCRIPTION = DESCRIPTION
99
NAME = "wqio"
10-
VERSION = "0.6.2"
10+
VERSION = "0.7.0"
1111
AUTHOR = "Paul Hobson (Herrera Environmental Consultants)"
1212
AUTHOR_EMAIL = "[email protected]"
1313
URL = "https://github.com/International-BMP-Database/wqio"
1414
DOWNLOAD_URL = "https://github.com/International-BMP-Database/wqio/archive/main.zip"
1515
LICENSE = "BSD 3-clause"
1616
PACKAGES = find_packages()
17-
PLATFORMS = "Python 3.9 and later."
17+
PLATFORMS = "Python 3.10 and later."
1818
CLASSIFIERS = [
1919
"License :: OSI Approved :: BSD License",
2020
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)