Skip to content

Commit

Permalink
Merge pull request #197 from CitrineInformatics/jtshaw-patch-1
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
jtshaw authored Sep 18, 2023
2 parents 9bf30c4 + 8c83d43 commit ebcd2bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ install:
script:
- bash scripts/run_tests.sh
- test "$UPGRADES" != "" || test $TRAVIS_PYTHON_VERSION != "3.10" || bash scripts/build_docs.sh
branches:
only:
- main
deploy:
- provider: pages
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
packages.append("")

setup(name='gemd',
version='1.16.2',
version='1.16.3',
python_requires='>=3.7',
url='http://github.com/CitrineInformatics/gemd-python',
description="Python binding for Citrine's GEMD data model",
Expand Down

0 comments on commit ebcd2bb

Please sign in to comment.