Skip to content

Commit

Permalink
bump version v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
atarkowska committed Nov 13, 2017
1 parent d7f5a6b commit cde8e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emgcli/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def create_secret_key(var_dir):

REST_FRAMEWORK = {

'DEFAULT_VERSION': '0.3',
'DEFAULT_VERSION': '0.4',

'PAGE_SIZE': 20,

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
_requirements = os.path.join(_base, 'requirements.txt')
_requirements_test = os.path.join(_base, 'requirements-test.txt')

version = "0.3.0"
version = "0.4.0"

install_requirements = []
with open(_requirements) as f:
Expand Down

0 comments on commit cde8e40

Please sign in to comment.