Skip to content
Snippets Groups Projects
Commit 23e2298a authored by Sushant Sharma-Chaudhary's avatar Sushant Sharma-Chaudhary
Browse files

Update version to 1.2.1

parent c89f46e3
No related branches found
Tags v1.2.1
No related merge requests found
Pipeline #639465 passed
__version__ = '1.2.0'
__version__ = '1.2.1'
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.2.0'
assert __version__ == '1.2.1'
@pytest.mark.parametrize(
......
[tool.poetry]
name = "ligo.em-bright"
version = "1.2.0"
version = "1.2.1"
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