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

Back to development.

parent 3a6f4490
No related branches found
No related tags found
No related merge requests found
Pipeline #534751 passed
# Changelog
## [1.1.5] - unreleased
- No changes.
## [1.1.4.post1] - 2023-06-16
- Pin download links that were missed in v1.1.4.
......
__version__ = '1.1.4.post1'
__version__ = '1.1.5dev'
PACKAGE_DATA_BASE_URL = (
'https://git.ligo.org/emfollow/em-properties/em-bright/'
f'-/raw/{__version__}/ligo/em_bright/data'
'-/raw/main/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.4.post1'
assert __version__ == '1.1.5dev'
@pytest.mark.parametrize(
......
[tool.poetry]
name = "ligo.em-bright"
version = "1.1.4.post1"
version = "1.1.5dev"
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