Skip to content

Commit

Permalink
REL: glass-camb 2023.2 (#2)
Browse files Browse the repository at this point in the history
Release commit for glass-camb 2023.2.
  • Loading branch information
ntessore committed Mar 1, 2023
1 parent eaa7a89 commit 057325f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glass/camb.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# license: MIT
'''GLASS module for CAMB interoperability'''

__version__ = '2023.2dev'
__version__ = '2023.2'

import warnings
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python_requires = >=3.6
install_requires =
numpy
camb
glass>=2023.2.dev0
glass>=2023.2
packages = glass

[options.extras_require]
Expand Down

0 comments on commit 057325f

Please sign in to comment.