Skip to content

Commit

Permalink
Preparing release 0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
martindevora committed Aug 22, 2024
1 parent 0434873 commit 262bdc1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ corner==2.2.2
cryptography==43.0.0
cycler==0.12.1
Cython==3.0.6
dearwatson==0.11.5
dearwatson==0.11.6
Deprecated==1.2.14
distro==1.9.0
dm-tree==0.1.8
ellc==1.8.8
emcee==3.1.6
everest-pipeline==2.0.12
exceptiongroup==1.2.2
exoml==0.1.21
exoml==0.1.22
extension-helpers==0.1
fbpca==1.0
filelock==3.15.4
Expand Down Expand Up @@ -68,7 +68,7 @@ keras-core==0.1.7
keras-nlp==0.8.1
keyring==25.3.0
kiwisolver==1.4.5
lcbuilder==0.20.1
lcbuilder==0.20.2
ldtk==1.8.4
libclang==18.1.1
lightkurve==2.4.2
Expand Down
2 changes: 1 addition & 1 deletion 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.11.5"
version = "0.11.6"
setuptools.setup(
name="dearwatson", # Replace with your own username
version=version,
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.11.5"
__version__ = "0.11.6"

0 comments on commit 262bdc1

Please sign in to comment.