Skip to content

Commit

Permalink
Straighten version
Browse files Browse the repository at this point in the history
  • Loading branch information
gannetson committed Nov 13, 2017
1 parent bc656ed commit 2a57a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpesa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = [0, 1, 3, 'beta']
VERSION = [0, 1, 4, 'final']

def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])
Expand Down

0 comments on commit 2a57a1f

Please sign in to comment.