Skip to content
Snippets Groups Projects
Commit 67cd989c authored by Edward Fauchon-Jones's avatar Edward Fauchon-Jones
Browse files

Prepare v3.0.0 release

parent dcde61c1
No related branches found
Tags v3.0.0
No related merge requests found
Pipeline #
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
authorisation authorisation
```bash ```bash
$ pip install git+https://git.ligo.org/edward.fauchon-jones/lvcnrpy.git#egg=lvcnrpy $ pip install git+https://git.ligo.org/edward.fauchon-jones/lvcnrpy.git@v3.0.0#egg=lvcnrpy
``` ```
2. **Define LVC-NR Waveform Repository environment variable** 2. **Define LVC-NR Waveform Repository environment variable**
......
...@@ -19,7 +19,7 @@ from distutils.core import setup ...@@ -19,7 +19,7 @@ from distutils.core import setup
from setuptools import find_packages from setuptools import find_packages
setup(name='lvcnrpy', setup(name='lvcnrpy',
version='2.0.0', version='3.0.0',
description='Thin Python API to interact with the LVC NR catalogue', description='Thin Python API to interact with the LVC NR catalogue',
author='Edward Fauchon-Jones', author='Edward Fauchon-Jones',
author_email='edward.fauchon-jones@ligo.org', author_email='edward.fauchon-jones@ligo.org',
......
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