Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Jan 17, 2022
1 parent 32a24f2 commit ad261bf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v2.3.7, 2022-01-17 -- bugfixes
v2.3.6, 2021-12-24 -- bugfixes
v2.3.4, 2021-10-19 -- refactor of regression code, bugfixes
v2.3.3, 2021-09-08 -- 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.3.6 is on pip and can be installed using
v2.3.7 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 @@ -70,7 +70,7 @@
# The short X.Y version.
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.3.6'
release = '2.3.7'

# 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 @@ -9,7 +9,7 @@
"geometry", "pcr_regression", "tolerance", "boxplots", "curve_regression", "regression", "fPCA",
"elastic_glm_regression", "curve_pcr_regression"]

__version__ = "2.3.6"
__version__ = "2.3.7"

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.3.6"
version = "2.3.7"
description = "functional data analysis using the square root slope framework"
authors = [
"J. Derek Tucker <jdtuck@sandia.gov>"
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.3
release = 2.3.6
release = 2.3.7
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.3.6',
version='2.3.7',
packages=['fdasrsf'],
url='http://research.tetonedge.net',
license='LICENSE.txt',
Expand Down

0 comments on commit ad261bf

Please sign in to comment.