Skip to content

Commit 6503882

Browse files
committed
small readme edit, moved to version 1.0.0
1 parent ddbf478 commit 6503882

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Fast Template Periodogram
88
:target: https://codecov.io/gh/PrincetonUniversity/FastTemplatePeriodogram
99

1010
:Authors:
11-
|John Hoffman ([email protected])
12-
|Jake Vanderplas ([email protected])
11+
John Hoffman ([email protected])
12+
Jake VanderPlas ([email protected])
1313

1414
:Version:
15-
0.9.5.dev
15+
1.0.0
1616

17-
Check out the `Scipy 2017 talk <https://www.youtube.com/watch?v=7STeeVnfYFM>`_
17+
**Check out the `Scipy 2017 talk <https://www.youtube.com/watch?v=7STeeVnfYFM>`_!**
1818

1919
Description
2020
-----------

README.rst.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Fast Template Periodogram
88
:target: https://codecov.io/gh/PrincetonUniversity/FastTemplatePeriodogram
99

1010
:Authors:
11-
|John Hoffman ([email protected])
12-
|Jake Vanderplas ([email protected])
11+
John Hoffman ([email protected])
12+
Jake VanderPlas ([email protected])
1313

1414
:Version:
1515
${VERSION}
1616

17-
Check out the `Scipy 2017 talk <https://www.youtube.com/watch?v=7STeeVnfYFM>`_
17+
**Check out the `Scipy 2017 talk <https://www.youtube.com/watch?v=7STeeVnfYFM>`_!**
1818

1919
Description
2020
-----------

ftperiodogram/version.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
from __future__ import absolute_import, division, print_function
66

77
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
8-
_version_major = 0
9-
_version_minor = 9
10-
_version_micro = '5' # use '' for first of series, number for 1 and above
11-
_version_extra = 'dev'
8+
_version_major = 1
9+
_version_minor = 0
10+
_version_micro = '0' # use '' for first of series, number for 1 and above
11+
_version_extra = ''
1212
# _version_extra = '' # Uncomment this for full releases
1313

1414
# Construct full version string from these.

0 commit comments

Comments
 (0)