Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesulf committed May 26, 2024
1 parent 77a5d3d commit c031900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Notable changes to dsigma will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.0.0] - 2024-05-26

### Added
- added `dsigma.stacking.mean_critical_surface_density`
Expand Down
2 changes: 1 addition & 1 deletion dsigma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

__all__ = ["helpers", "jackknife", "physics", "precompute", "stacking",
"surveys"]
__version__ = '0.7.2'
__version__ = '1.0.0'

0 comments on commit c031900

Please sign in to comment.