Skip to content

Commit

Permalink
Preparing release 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
martindevora committed Aug 22, 2024
1 parent 77e8004 commit f9f18ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.4
dearwatson==0.11.5
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.20
exoml==0.1.21
extension-helpers==0.1
fbpca==1.0
filelock==3.15.4
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.4"
version = "0.11.5"
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.4"
__version__ = "0.11.5"

0 comments on commit f9f18ff

Please sign in to comment.