Skip to content

Commit

Permalink
Merge pull request #174 from Geosyntec/pkg-metadata-match-version
Browse files Browse the repository at this point in the history
bump version to v0.5.1
  • Loading branch information
phobson authored Aug 19, 2020
2 parents 8fcd57c + eb599c4 commit b6ff9a0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion conda.recipes/dev/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: wqio
version: 0.4.x
version: 0.5.1

source:
path: ../../
Expand Down
4 changes: 2 additions & 2 deletions conda.recipes/release/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: wqio
version: "0.4.0"
version: "0.5.1"

source:
git_url: https://github.com/Geosyntec/wqio.git
git_tag: v0.4.0
git_tag: v0.5.1
# patches:
# List any patch files here
# - fix.patch
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
# built documents.
#
# The short X.Y version.
version = "0.4.0"
version = "0.5.1"
# The full version, including alpha/beta/rc tags.
release = "0.4.0"
release = "0.5.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -146,7 +146,7 @@

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

# A shorter title for the navigation bar. Default is the same as html_title.
# html_short_title = None
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
DESCRIPTION = "wqio: Water Quality Inflow/Outflow"
LONG_DESCRIPTION = DESCRIPTION
NAME = "wqio"
VERSION = "0.4.x"
VERSION = "0.5.1"
AUTHOR = "Paul Hobson (Geosyntec Consultants)"
AUTHOR_EMAIL = "phobson@geosyntec.com"
URL = "https://github.com/Geosyntec/wqio"
DOWNLOAD_URL = "https://github.com/Geosyntec/wqio/archive/master.zip"
LICENSE = "BSD 3-clause"
PACKAGES = find_packages()
PLATFORMS = "Python 3.4 and later."
PLATFORMS = "Python 3.6 and later."
CLASSIFIERS = [
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Intended Audience :: Science/Research",
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
]
INSTALL_REQUIRES = [
"numpy",
Expand Down

0 comments on commit b6ff9a0

Please sign in to comment.