Skip to content
Snippets Groups Projects
Commit e0cd63f1 authored by Shaon Ghosh's avatar Shaon Ghosh
Browse files

Changed the version numbers in CHANGELOG.md, setup.cfg setup.py

parent a346eaf9
No related branches found
No related tags found
No related merge requests found
Pipeline #54169 passed
# Changelog
## Unreleased 0.4dev1
## Unreleased 0.5
- changed the upper threshold for the neutron star mass to 3.0 solar mass.
## Released 0.4 (2019-03-01)
- added MANIFEST.in file.
- added inlclude_package_data in setup.py
## Unrelease 0.4dev0
- defined new command line tools for conducting classification
using random forest classifier.
......
......@@ -4,5 +4,5 @@ test=pytest
[build_sphinx]
project = p_astro
version = 0
release = 0.4
release = 0.5
source-dir = doc
......@@ -26,12 +26,12 @@ from setuptools import setup, find_packages
setup(
name='p_astro',
version='0.4',
version='0.5',
url='https://lscsoft.docs.ligo.org/p-astro/',
author='Shasvath Kapadia',
author_email='shasvath.kapadia@ligo.org',
maintainer="Deep Chatterjee, Heather Fong, Surabhi Sachdev",
maintainer_email="deep.chatterjee@ligo.org, heather.fong@ligo.org, surabhi.sachdev@ligo.org",
maintainer="Deep Chatterjee, Heather Fong, Shaon Ghosh, Surabhi Sachdev",
maintainer_email="deep.chatterjee@ligo.org, heather.fong@ligo.org, shaon.ghosh@ligo.org, surabhi.sachdev@ligo.org",
description='Low-latency classification of GW triggers from compact binary coalescence',
license='GNU General Public License Version 3',
classifiers=[
......
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