Skip to content

Commit ebcd2bb

Browse files
authored
Merge pull request #197 from CitrineInformatics/jtshaw-patch-1
Update .travis.yml
2 parents 9bf30c4 + 8c83d43 commit ebcd2bb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ install:
1616
script:
1717
- bash scripts/run_tests.sh
1818
- test "$UPGRADES" != "" || test $TRAVIS_PYTHON_VERSION != "3.10" || bash scripts/build_docs.sh
19+
branches:
20+
only:
21+
- main
1922
deploy:
2023
- provider: pages
2124
skip_cleanup: true

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
packages.append("")
55

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

0 commit comments

Comments
 (0)