Skip to content
Snippets Groups Projects
Commit 49af41b0 authored by Andrew Michael Toivonen's avatar Andrew Michael Toivonen
Browse files

Bump version number, update changelog

parent 2e96c323
No related branches found
Tags v1.0.4
No related merge requests found
Pipeline #468901 passed
# Changelog
## [1.0.4] - unreleased
## [1.0.4] - 2022-10-19
- Update source_classification_pe to be compatible with bilby online
PE format. Deprecate previous LALInference format. This fixes
......
......@@ -12,7 +12,7 @@ from astropy.utils.data import (
is_url_in_cache,
)
__version__ = '1.0.3'
__version__ = '1.0.4'
PACKAGE_DATA_BASE_URL = (
'https://git.ligo.org/emfollow/em-properties/em-bright/'
......
......@@ -13,7 +13,7 @@ from .. import em_bright, categorize, EOS_MAX_MASS
def test_version():
from .. import __version__
assert __version__ == '1.0.3'
assert __version__ == '1.0.4'
@pytest.mark.parametrize(
......
[tool.poetry]
name = "ligo.em-bright"
version = "1.0.3"
version = "1.0.4"
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