Skip to content
Snippets Groups Projects
Commit 8c0b4aca authored by Deep Chatterjee's avatar Deep Chatterjee
Browse files

bump version, update links

parent 5cf44efc
No related branches found
Tags v1.1.1
No related merge requests found
Pipeline #528523 passed
# Changelog
## [1.1.3] - unreleased
## [1.1.3] - 2023-05-24
- Fetch `spin1z` and `spin2z` keys first from bilby posterior samples files in
`source_classification_pe`.
......
__version__ = '1.1.3dev'
__version__ = '1.1.3'
PACKAGE_DATA_BASE_URL = (
'https://git.ligo.org/emfollow/em-properties/em-bright/'
'-/raw/main/ligo/em_bright/data'
f'-/raw/v{__version__}/ligo/em_bright/data'
)
PACKAGE_DATA_LINKS = {name: f'{PACKAGE_DATA_BASE_URL}/{name}' for name in (
......
......@@ -15,7 +15,7 @@ from ..data import EOS_MAX_MASS
def test_version():
from .. import __version__
assert __version__ == '1.1.3dev'
assert __version__ == '1.1.3'
@pytest.mark.parametrize(
......
[tool.poetry]
name = "ligo.em-bright"
version = "1.1.2"
version = "1.1.3"
description = "Possibility and properties of Electromagnetically-bright sources of gravitational-wave events"
readme = "README.md"
authors = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment