Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Mar 25, 2021
1 parent 95992e8 commit 1b64bcb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
v2.2.3, 2021-03-18 -- bugfixes
v2.2.6, 2021-03-24 -- bugfixes
v2.2.5, 2021-03-18 -- bugfixes
v2.2.3, 2021-02-28 -- bugfixes
v2.2.2, 2021-01-30 -- bugfixes and add scale
v2.2.1, 2020-12-15 -- bugfixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using functional component analysis and regression.

### Installation
------------------------------------------------------------------------------
v2.2.5 is on pip and can be installed using
v2.2.6 is on pip and can be installed using
> `pip install fdasrsf`
or conda
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.2.5'
release = '2.2.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion fdasrsf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""
__all__ = ["time_warping", "utility_functions", "curve_stats", "geodesic", "curve_functions", "geometry", "pcr_regression", "tolerance", "boxplots", "curve_regression", "regression", "fPCA"]

__version__ = "2.2.5"
__version__ = "2.2.6"

import sys

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fdasrsf"
version = "2.2.5"
version = "2.2.6"
description = "functional data analysis using the square root slope framework"
authors = [
"J. Derek Tucker <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build_sphinx]
project = 'fdasrvf'
version = 2.2
release = 2.2.5
release = 2.2.6
source-dir = doc/source
build-dir = doc/build
all_files = 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def run(self):
cmdclass={'build_ext': build_ext, 'build_docs': build_docs},
ext_modules=extensions,
name='fdasrsf',
version='2.2.5',
version='2.2.6',
packages=['fdasrsf'],
url='http://research.tetonedge.net',
license='LICENSE.txt',
Expand Down

0 comments on commit 1b64bcb

Please sign in to comment.