Skip to content

Commit 709b8f8

Browse files
authored
Merge pull request #136 from SNEWS2/bump-major-version-3.0.0
Bump major version to 3.0.0
2 parents 670c412 + 242d4d2 commit 709b8f8

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
[tool.poetry]
22
name = "snews-cs"
3-
version = "2.2.0"
3+
version = "3.0.0"
44
description = "An alert application for observing supernovas."
5-
authors = ["Sebastian Torres-Lara <sebastiantorreslara17@gmail.com>", "Melih Kara <karamel.itu@gmail.com>"]
5+
authors = ["SNEWS Collaboration <snews2.0@lists.bnl.gov>"]
66
license = "BSD 3-Clause"
77
readme = "README.md"
88
packages = [{include = "snews_cs"}]
99
homepage = "https://github.com/SNEWS2/SNEWS_Coincidence_System.git"
1010
repository = "https://github.com/SNEWS2/SNEWS_Coincidence_System.git"
1111
documentation = "https://snews-coincidence-system.readthedocs.io/"
1212
classifiers = [
13-
"Development Status :: 2 - Pre-Alpha",
1413
"Programming Language :: Python",
1514
"Programming Language :: Python :: 3",
1615
"Intended Audience :: Science/Research",

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
#
7676
#- Classifiers list
7777
setup_keywords['classifiers'] = [
78-
'Development Status :: 2 - Pre-Alpha',
7978
'Programming Language :: Python',
8079
'Programming Language :: Python :: 3',
8180
'Intended Audience :: Science/Research',

snews_cs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '2.2.2'
1+
version = '3.0.0'

0 commit comments

Comments
 (0)