Skip to content

Commit

Permalink
Correct for release issues (#198)
Browse files Browse the repository at this point in the history
* Correct for release issues
  • Loading branch information
kroenlein authored Dec 11, 2023
1 parent 9c34f94 commit d2d1767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
dist: bionic
python:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand All @@ -19,6 +18,7 @@ script:
branches:
only:
- main
- gh-pages
deploy:
- provider: pages
skip_cleanup: true
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
packages.append("")

setup(name='gemd',
version='1.16.4',
version='1.16.5',
python_requires='>=3.8',
url='http://github.com/CitrineInformatics/gemd-python',
description="Python binding for Citrine's GEMD data model",
Expand All @@ -23,7 +23,7 @@
'tests.units': ['test_units.txt']
},
install_requires=[
"pint>=0.20,<1",
"pint>=0.20,<0.23",
"deprecation>=2.1.0,<3"
],
extras_require={
Expand Down

0 comments on commit d2d1767

Please sign in to comment.