~smikuska/bzr-explorer/exlorer-sk

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Alexander Belchenko
  • Date: 2010-09-29 13:04:36 UTC
  • Revision ID: bialix@ukr.net-20100929130436-9csxvue3gojkadj0
starting 1.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
for more information.
26
26
"""
27
27
 
28
 
version_info = (1, 1, 0, 'final', 0)
 
28
version_info = (1, 1, 1, 'dev', 0)
29
29
__version__ = '.'.join(map(str, version_info))
30
30
 
31
31