Skip to content

Commit

Permalink
3.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ksbeattie committed Feb 11, 2020
1 parent 111316f commit 204d169
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 204d169

Please sign in to comment.