diff --git a/docs/source/conf.py b/docs/source/conf.py index a4e099007..ba4c5536a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -74,9 +74,9 @@ # built documents. # # The short X.Y version. -version = u'3.4.0' +version = u'3.4.1' # The full version, including alpha/beta/rc tags. -release = u'3.4.0' +release = u'3.4.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/requirements.txt b/requirements.txt index a8464c044..fcd5782a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ numpy cma tqdm mlrose -pandas>0.20 +pandas==0.25.3 pywin32; sys_platform == 'win32' adodbapi>=2.6.0.7; sys_platform == 'win32' TurbineClient diff --git a/setup.py b/setup.py index 6ee2b6e14..56628fd2b 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # default_version is the version if "git describe --tags" falls through # Addtional package info is set in foqus_lib/version/version.template. # The version module, just makes it a bit easier for FOQUS to pull package info -default_version = "3.4.0" +default_version = "3.4.1" try: version=subprocess.check_output(