Skip to content

Commit

Permalink
0.4 release, version addition and changed comment on docker conf and …
Browse files Browse the repository at this point in the history
…updated setup (#418)
  • Loading branch information
vrakesh authored and lupesko committed May 25, 2018
1 parent 6d6facd commit 6c97c8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/mms_app_cpu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion mms/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
This is the current version of MMS
"""

__version__ = '0.3'
__version__ = '0.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c97c8f

Please sign in to comment.