Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Mar 29, 2022
1 parent f282c8e commit 57e8c1b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
@@ -1,4 +1,4 @@
v2.3.9, 2022-03-28 -- bugfixes
v2.3.10, 2022-03-28 -- bugfixes
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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ using functional component analysis and regression.

### Installation
------------------------------------------------------------------------------
v2.3.9 is on pip and can be installed using
v2.3.10 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
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.9'
release = '2.3.10'

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

__version__ = "2.3.9"
__version__ = "2.3.10"

import sys

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "fdasrsf"
version = "2.3.9"
version = "2.3.10"
description = "functional data analysis using the square root slope framework"
authors = [
{name = "J. Derek Tucker", email = "jdtuck@sandia.gov"}
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,7 +1,7 @@
[build_sphinx]
project = 'fdasrvf'
version = 2.3
release = 2.3.9
release = 2.3.10
source-dir = doc/source
build-dir = doc/build
all_files = 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
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.9',
version='2.3.10',
packages=['fdasrsf'],
url='http://research.tetonedge.net',
license='LICENSE.txt',
Expand Down

0 comments on commit 57e8c1b

Please sign in to comment.