Skip to content

Commit

Permalink
Exactly one space required before assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzardius committed Sep 25, 2014
1 parent 75ec88c commit 505dd4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"""

MAJOR = 0
MINOR = 15
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
MAJOR = 0
MINOR = 15
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


# Return the git revision as a string
Expand Down

0 comments on commit 505dd4b

Please sign in to comment.