Skip to content

Commit 4aa6955

Browse files
authored
Update travis config to correct build (#199)
1 parent d2d1767 commit 4aa6955

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ install:
1515
script:
1616
- bash scripts/run_tests.sh
1717
- test "$UPGRADES" != "" || test $TRAVIS_PYTHON_VERSION != "3.10" || bash scripts/build_docs.sh
18-
branches:
19-
only:
20-
- main
21-
- gh-pages
2218
deploy:
2319
- provider: pages
2420
skip_cleanup: true

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
packages.append("")
55

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

0 commit comments

Comments
 (0)