We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bf30c4 + 8c83d43 commit ebcd2bbCopy full SHA for ebcd2bb
.travis.yml
@@ -16,6 +16,9 @@ install:
16
script:
17
- bash scripts/run_tests.sh
18
- test "$UPGRADES" != "" || test $TRAVIS_PYTHON_VERSION != "3.10" || bash scripts/build_docs.sh
19
+branches:
20
+ only:
21
+ - main
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.2',
+ version='1.16.3',
8
python_requires='>=3.7',
9
url='http://github.com/CitrineInformatics/gemd-python',
10
description="Python binding for Citrine's GEMD data model",
0 commit comments