Skip to content

Commit 67e9f02

Browse files
committed
upgraded to version 1.0.0
1 parent 22ec6b4 commit 67e9f02

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# SpecOneD
2+
##### (Version 1.0.0)
23

34
[![Documentation Status](https://readthedocs.org/projects/speconed/badge/?version=latest)](https://speconed.readthedocs.io/en/latest/?badge=latest)
45

56
SpecOneD is a lightweight python package that introduces the SpecOneD class for the manipulation of one-dimensional astronomical spectra.
67

78
For installation instructions and documentation visit [SpecOneD's ReadTheDocs]
89

9-
##### (Version 0.1b0)
10+
1011

1112
[SpecOneD's ReadTheDocs]: https://speconed.readthedocs.io/en/latest/

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
author = 'Jan-Torge Schindler'
2323

2424
# The full version, including alpha/beta/rc tags
25-
version = '0.1b0'
26-
release = '0.1b0'
25+
version = '1.0.0'
26+
release = '1.0.0'
2727

2828

2929
# -- General configuration ---------------------------------------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = speconed
3-
version = 0.0dev0
3+
version = 1.0.0
44
author = Jan-Torge Schindler
55
author_email = schindler@strw.leidenuniv.nl
66
description = A lightweight package for the manipulation of 1-D astronomical specta

0 commit comments

Comments
 (0)