Skip to content

Commit

Permalink
Preparing release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martindevora committed May 10, 2024
1 parent b8c93d5 commit 07fa196
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ contourpy==1.2.1
cryptography==42.0.7
cycler==0.12.1
Cython==3.0.6
dearwatson==0.10.1
dearwatson==0.10.2
dm-tree==0.1.8
ellc==1.8.8
everest-pipeline==2.0.12
exoml==0.1.9
exoml==0.1.10
extension-helpers==0.1
fbpca==1.0
filelock==3.14.0
Expand Down Expand Up @@ -54,7 +54,7 @@ keras-core==0.1.7
keras-nlp==0.8.1
keyring==25.2.0
kiwisolver==1.4.5
lcbuilder==0.18.0
lcbuilder==0.18.1
libclang==18.1.1
lightkurve==2.4.2
llvmlite==0.41.1
Expand Down Expand Up @@ -107,7 +107,7 @@ python-dateutil==2.9.0.post0
pytz==2024.1
pyvo==1.5.1
PyYAML==6.0.1
regex==2024.4.28
regex==2024.5.10
reportlab==4.0.7
requests==2.31.0
requests-oauthlib==2.0.0
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.10.1"
version = "0.10.2"
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.9",
"exoml==0.1.10",
"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.10.1"
__version__ = "0.10.2"

0 comments on commit 07fa196

Please sign in to comment.