Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
naorlivne committed Aug 16, 2017
1 parent 73ce70e commit 3f22021
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ app_conf = {
"81": 80
}
],
"docker_image": "httpd"
"docker_image": "httpd",
"privileged": False,
"devices": []
}
connection.create_app("app_name", app_conf)
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = 'Naor Livne'
__author_email__ = '[email protected]'
__version__ = '0.8.2'
__version__ = '1.0.0'

from setuptools import setup, find_packages

Expand Down

0 comments on commit 3f22021

Please sign in to comment.