diff --git a/docker/mms_app_cpu.conf b/docker/mms_app_cpu.conf index 07aa09c94..179cc1d89 100644 --- a/docker/mms_app_cpu.conf +++ b/docker/mms_app_cpu.conf @@ -25,7 +25,7 @@ optional --bind unix:/tmp/mms_app.sock -###number of workers optimised for c5.2xlarge ec2 instance## +###number of workers is set to number of vCPUs by default## --workers optional diff --git a/mms/version.py b/mms/version.py index b6bb45351..95082aa9f 100644 --- a/mms/version.py +++ b/mms/version.py @@ -11,4 +11,4 @@ This is the current version of MMS """ -__version__ = '0.3' +__version__ = '0.4' diff --git a/setup.py b/setup.py index 1b3aaf63e..60a7d2297 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def PyPiDescription(): # Notes: # - this is a "Universal Wheels" package that is pure Python and supports both Python2 and Python3 # - Twine is a secure PyPi upload package -# - Make sure you have bumped the version! +# - Make sure you have bumped the version! at mms/version.py # $ pip install twine # $ pip install wheel # $ python setup.py bdist_wheel --universal