Skip to content

Commit

Permalink
Release version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gaow committed Mar 2, 2019
1 parent f04622e commit 6ba7736
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Goal for 0.4.0
- Add unknown command argument #162.
- [minor] Introduce `DSC::run::default`, for the behavior of running the script without targets.
- [minor] #161
- SoS bumped to version 0.19.0 for improved sockets management and improved R library auto-installation.
- SoS bumped to version 0.19.1 for improved sockets management and improved R library auto-installation.

0.3.3

Expand Down
2 changes: 1 addition & 1 deletion dscrutils/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dscrutils
Encoding: UTF-8
Type: Package
Version: 0.3.3
Version: 0.3.4
Date: 2019-02-11
Title: Dynamic Statistical Comparisons R Interface
Authors@R: c(person("Gao","Wang",role=c("aut","cre"),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def run(self):
cmdclass = cmdclass,
package_dir = {'dsc': 'src'},
install_requires = ['numpy', 'pandas>=0.23.4', 'sympy', 'numexpr',
'sos>=0.19.0', 'sos-pbs>=0.17.5', 'h5py', 'PTable',
'sos>=0.19.1', 'sos-pbs>=0.17.5', 'h5py', 'PTable',
'pyarrow>=0.5.0', 'sqlalchemy', 'tzlocal',
'msgpack-python']
)
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.3'
__version__ = '0.3.4'

0 comments on commit 6ba7736

Please sign in to comment.