Skip to content

Commit

Permalink
version control
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Vinicius G. Cesario committed Sep 15, 2015
1 parent 20ecd45 commit 13dc912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion networkapiclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

MAJOR_VERSION = '0'
MINOR_VERSION = '6'
PATCH_VERSION = '3'
PATCH_VERSION = '4'
VERSION = '.'.join((MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION,))

2 changes: 1 addition & 1 deletion networkapiclient/version_control.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CLIENT_VERSION = '0.6.2'
CLIENT_VERSION = '0.6.4'

0 comments on commit 13dc912

Please sign in to comment.