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

Skip to content

Commit b6ff9a0

Browse files
authored
Merge pull request #174 from Geosyntec/pkg-metadata-match-version
bump version to v0.5.1
2 parents 8fcd57c + eb599c4 commit b6ff9a0

4 files changed

Lines changed: 10 additions & 10 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.4.x
3+
version: 0.5.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.4.0"
3+
version: "0.5.1"
44

55
source:
66
git_url: https://github.com/Geosyntec/wqio.git
7-
git_tag: v0.4.0
7+
git_tag: v0.5.1
88
# patches:
99
# List any patch files here
1010
# - fix.patch

‎docs/conf.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
# built documents.
8181
#
8282
# The short X.Y version.
83-
version = "0.4.0"
83+
version = "0.5.1"
8484
# The full version, including alpha/beta/rc tags.
85-
release = "0.4.0"
85+
release = "0.5.1"
8686

8787
# The language for content autogenerated by Sphinx. Refer to documentation
8888
# for a list of supported languages.
@@ -146,7 +146,7 @@
146146

147147
# The name for this set of Sphinx documents.
148148
# "<project> v<release> documentation" by default.
149-
# html_title = 'wqio v0.4.0'
149+
html_title = 'wqio v0.5.1'
150150

151151
# A shorter title for the navigation bar. Default is the same as html_title.
152152
# html_short_title = None

‎setup.py‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
DESCRIPTION = "wqio: Water Quality Inflow/Outflow"
1010
LONG_DESCRIPTION = DESCRIPTION
1111
NAME = "wqio"
12-
VERSION = "0.4.x"
12+
VERSION = "0.5.1"
1313
AUTHOR = "Paul Hobson (Geosyntec Consultants)"
1414
AUTHOR_EMAIL = "[email protected]"
1515
URL = "https://github.com/Geosyntec/wqio"
1616
DOWNLOAD_URL = "https://github.com/Geosyntec/wqio/archive/master.zip"
1717
LICENSE = "BSD 3-clause"
1818
PACKAGES = find_packages()
19-
PLATFORMS = "Python 3.4 and later."
19+
PLATFORMS = "Python 3.6 and later."
2020
CLASSIFIERS = [
2121
"License :: OSI Approved :: BSD License",
2222
"Operating System :: OS Independent",
2323
"Programming Language :: Python",
2424
"Intended Audience :: Science/Research",
2525
"Topic :: Software Development :: Libraries :: Python Modules",
26-
"Programming Language :: Python :: 3.4",
27-
"Programming Language :: Python :: 3.5",
2826
"Programming Language :: Python :: 3.6",
27+
"Programming Language :: Python :: 3.7",
28+
"Programming Language :: Python :: 3.8",
2929
]
3030
INSTALL_REQUIRES = [
3131
"numpy",

0 commit comments

Comments
 (0)