Skip to content

Commit

Permalink
Preparing release 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
martindevora committed Jan 29, 2024
1 parent c26466e commit ad359c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ contourpy==1.2.0
cryptography==42.0.1
cycler==0.12.1
Cython==3.0.6
dearwatson==0.9.6
dearwatson==0.9.7
ellc==1.8.8
everest-pipeline==2.0.12
exoml==0.1.4
exoml==0.1.5
extension-helpers==0.1
fbpca==1.0
filelock==3.13.1
flatbuffers==23.5.26
foldedleastsquares==1.1.2
foldedleastsquares==1.1.3
fonttools==4.47.2
fsspec==2023.12.2
future==0.18.3
Expand All @@ -48,7 +48,7 @@ k2plr==0.2.9
keras==2.12.0
keyring==24.3.0
kiwisolver==1.4.5
lcbuilder==0.16.3
lcbuilder==0.16.4
libclang==16.0.6
lightkurve==2.4.2
llvmlite==0.41.1
Expand Down Expand Up @@ -94,7 +94,7 @@ pyparsing==2.4.7
PyPDF2==3.0.1
pysyzygy==0.0.2
python-dateutil==2.8.2
pytz==2023.3.post1
pytz==2023.4
pyvo==1.5
PyYAML==6.0.1
reportlab==4.0.7
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

version = "0.9.6"
version = "0.9.7"
setuptools.setup(
name="dearwatson", # Replace with your own username
version=version,
Expand All @@ -25,7 +25,7 @@
"bokeh==2.4.2", # TPFPlotter dependency
'configparser==5.0.1',
"extension-helpers==0.1",
"exoml==0.1.4",
"exoml==0.1.5",
"imageio==2.9.0",
'pyparsing==2.4.7', # Matplotlib dependency
"pyyaml==6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion watson/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.6"
__version__ = "0.9.7"

0 comments on commit ad359c2

Please sign in to comment.