Skip to content

Commit 31b0c6e

Browse files
committed
Preparing release 0.11.8
1 parent 8b68412 commit 31b0c6e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ corner==2.2.2
2222
cryptography==43.0.0
2323
cycler==0.12.1
2424
Cython==3.0.6
25-
dearwatson==0.11.7
25+
dearwatson==0.11.8
2626
Deprecated==1.2.14
2727
distro==1.9.0
2828
dm-tree==0.1.8
2929
ellc==1.8.8
3030
emcee==3.1.6
3131
everest-pipeline==2.0.12
3232
exceptiongroup==1.2.2
33-
exoml==0.1.23
33+
exoml==0.1.24
3434
extension-helpers==0.1
3535
fbpca==1.0
3636
filelock==3.15.4
@@ -68,7 +68,7 @@ keras-core==0.1.7
6868
keras-nlp==0.8.1
6969
keyring==25.3.0
7070
kiwisolver==1.4.5
71-
lcbuilder==0.20.3
71+
lcbuilder==0.20.4
7272
ldtk==1.8.4
7373
libclang==18.1.1
7474
lightkurve==2.4.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

6-
version = "0.11.7"
6+
version = "0.11.8"
77
setuptools.setup(
88
name="dearwatson", # Replace with your own username
99
version=version,

watson/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.11.7"
1+
__version__ = "0.11.8"

0 commit comments

Comments
 (0)