Skip to content

Commit

Permalink
bump setup version and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack-usu authored Sep 29, 2021
1 parent 659068c commit 6e3c982
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 = 'TODO'# (pathlib.Path(__file__).parent / "README.md").read_text()
README = 'Refer to the models seciont of https://hydroshare.github.io/hsclient/'# (pathlib.Path(__file__).parent / "README.md").read_text()

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

0 comments on commit 6e3c982

Please sign in to comment.