diff --git a/.travis.yml b/.travis.yml index 4fbb905d..de57107e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,10 +15,6 @@ install: script: - bash scripts/run_tests.sh - test "$UPGRADES" != "" || test $TRAVIS_PYTHON_VERSION != "3.10" || bash scripts/build_docs.sh -branches: - only: - - main - - gh-pages deploy: - provider: pages skip_cleanup: true diff --git a/setup.py b/setup.py index eea4408d..084d1e32 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ packages.append("") setup(name='gemd', - version='1.16.5', + version='1.16.6', python_requires='>=3.8', url='http://github.com/CitrineInformatics/gemd-python', description="Python binding for Citrine's GEMD data model",