Skip to content

Commit

Permalink
Bump to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Nov 23, 2022
1 parent c3eb620 commit 3608258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Now you should have installed winterdrp. You can check it worked by opening up p

>>> from winterdrp.paths import package_name, __version__
>>> print(f"This is the {package_name} package, version {__version__}")
This is the winterdrp package, version 0.4.3
This is the winterdrp package, version 0.5.0

Non-python dependencies
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "winterdrp"
version = "0.4.3"
version = "0.5.0"
description = "Modular open-source astronomy image reduction framework"
authors = ["Robert Stein <rdstein@caltech.edu>", "Viraj Karambelkar <viraj@astro.caltech.edu>"]
license = "MIT"
Expand Down

0 comments on commit 3608258

Please sign in to comment.