From 01d3b15cb003f6b2b457db5ce9833bb4bd8bed05 Mon Sep 17 00:00:00 2001 From: Scott Black Date: Wed, 10 Nov 2021 07:41:01 -0800 Subject: [PATCH] increment minor version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8cc3ab8..3356173 100644 --- a/setup.py +++ b/setup.py @@ -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=[