Skip to content

Commit 1a9f032

Browse files
authored
Correct release configuration, again (#200)
1 parent 4aa6955 commit 1a9f032

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ 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+
- /^v[\.0-9]+$/
1822
deploy:
1923
- provider: pages
2024
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.6',
7+
version='1.16.7',
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)