Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewelkins committed Jan 23, 2015
1 parent 7bb0c32 commit 4ce24a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arrow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
from .factory import ArrowFactory
from .api import get, now, utcnow

__version__ = '0.5.0'
VERSION = __version__
__version__ = '0.5.2'
VERSION = __version__

0 comments on commit 4ce24a6

Please sign in to comment.