Skip to content

Commit

Permalink
Merge pull request #134 from rjleveque/v5.5.0rc-alpha
Browse files Browse the repository at this point in the history
V5.5.0rc alpha
  • Loading branch information
rjleveque committed Aug 29, 2018
2 parents ca0ce43 + 52a8ca4 commit 8478eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
"""

MAJOR = 5
MINOR = 4
MICRO = 1
MINOR = 5
MICRO = 0
TYPE = ''
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TYPE)

Expand Down

0 comments on commit 8478eab

Please sign in to comment.