Skip to content

Commit

Permalink
increment minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack-usu committed Nov 10, 2021
1 parent 9399302 commit 01d3b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup, find_packages

README = 'Refer to the models seciont of https://hydroshare.github.io/hsclient/'# (pathlib.Path(__file__).parent / "README.md").read_text()
README = 'Refer to the models section of https://hydroshare.github.io/hsclient/'# (pathlib.Path(__file__).parent / "README.md").read_text()

setup(
name='hsmodels',
version='0.3.6',
version='0.4.0',
packages=find_packages(include=['hsmodels', 'hsmodels.*', 'hsmodels.schemas.*', 'hsmodels.schemas.rdf.*'],
exclude=("tests",)),
install_requires=[
Expand Down

0 comments on commit 01d3b15

Please sign in to comment.