File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ corner==2.2.2
22
22
cryptography == 43.0.0
23
23
cycler == 0.12.1
24
24
Cython == 3.0.6
25
- dearwatson == 0.11.6
25
+ dearwatson == 0.11.7
26
26
Deprecated == 1.2.14
27
27
distro == 1.9.0
28
28
dm-tree == 0.1.8
29
29
ellc == 1.8.8
30
30
emcee == 3.1.6
31
31
everest-pipeline == 2.0.12
32
32
exceptiongroup == 1.2.2
33
- exoml == 0.1.22
33
+ exoml == 0.1.23
34
34
extension-helpers == 0.1
35
35
fbpca == 1.0
36
36
filelock == 3.15.4
@@ -68,7 +68,7 @@ keras-core==0.1.7
68
68
keras-nlp == 0.8.1
69
69
keyring == 25.3.0
70
70
kiwisolver == 1.4.5
71
- lcbuilder == 0.20.2
71
+ lcbuilder == 0.20.3
72
72
ldtk == 1.8.4
73
73
libclang == 18.1.1
74
74
lightkurve == 2.4.2
Original file line number Diff line number Diff line change 3
3
with open ("README.md" , "r" ) as fh :
4
4
long_description = fh .read ()
5
5
6
- version = "0.11.6 "
6
+ version = "0.11.7 "
7
7
setuptools .setup (
8
8
name = "dearwatson" , # Replace with your own username
9
9
version = version ,
Original file line number Diff line number Diff line change 1
- __version__ = "0.11.6 "
1
+ __version__ = "0.11.7 "
You can’t perform that action at this time.
0 commit comments