Skip to content

Commit d2d1767

Browse files
authored
Correct for release issues (#198)
* Correct for release issues
1 parent 9c34f94 commit d2d1767

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
dist: bionic
33
python:
4-
- '3.7'
54
- '3.8'
65
- '3.9'
76
- '3.10'
@@ -19,6 +18,7 @@ script:
1918
branches:
2019
only:
2120
- main
21+
- gh-pages
2222
deploy:
2323
- provider: pages
2424
skip_cleanup: true

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
packages.append("")
55

66
setup(name='gemd',
7-
version='1.16.4',
7+
version='1.16.5',
88
python_requires='>=3.8',
99
url='http://github.com/CitrineInformatics/gemd-python',
1010
description="Python binding for Citrine's GEMD data model",
@@ -23,7 +23,7 @@
2323
'tests.units': ['test_units.txt']
2424
},
2525
install_requires=[
26-
"pint>=0.20,<1",
26+
"pint>=0.20,<0.23",
2727
"deprecation>=2.1.0,<3"
2828
],
2929
extras_require={

0 commit comments

Comments
 (0)