Skip to content

Commit

Permalink
bump 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Kozlov committed Jul 4, 2018
1 parent c1558da commit 4948134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyswrve/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .export_api import SwrveExportApi as ExportApi
from .userdb_api import SwrveUserdbApi as UserdbApi

version_info = (0, 3, 0, 'dev')
version_info = (0, 2, 2)
__version__ = '.'.join(map(str, version_info))

0 comments on commit 4948134

Please sign in to comment.