Skip to content

Commit

Permalink
Change version tag to denote we are on the develop branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
garnaat committed Sep 20, 2012
1 parent 54201dc commit ac108ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import urlparse
from boto.exception import InvalidUriError

__version__ = '2.6.0'
__version__ = '2.6.0-dev'
Version = __version__ # for backware compatibility

UserAgent = 'Boto/%s (%s)' % (__version__, sys.platform)
Expand Down

0 comments on commit ac108ce

Please sign in to comment.