We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d1767 commit 4aa6955Copy full SHA for 4aa6955
.travis.yml
@@ -15,10 +15,6 @@ install:
15
script:
16
- bash scripts/run_tests.sh
17
- test "$UPGRADES" != "" || test $TRAVIS_PYTHON_VERSION != "3.10" || bash scripts/build_docs.sh
18
-branches:
19
- only:
20
- - main
21
- - gh-pages
22
deploy:
23
- provider: pages
24
skip_cleanup: true
setup.py
@@ -4,7 +4,7 @@
4
packages.append("")
5
6
setup(name='gemd',
7
- version='1.16.5',
+ version='1.16.6',
8
python_requires='>=3.8',
9
url='http://github.com/CitrineInformatics/gemd-python',
10
description="Python binding for Citrine's GEMD data model",
0 commit comments