~coreygoldberg/uci-tests/ucitests-py3-packaging

« back to all changes in this revision

Viewing changes to ucitests/__init__.py

  • Committer: Corey Goldberg
  • Date: 2014-09-16 15:43:43 UTC
  • Revision ID: corey.goldberg@canonical.com-20140916154343-wna1wdc114c6g1vo
bumped version and fixed typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# the release level is 'dev' or 'final'. The
20
20
# version_info value corresponding to the ucitests version 2.0 is (2, 0, 0,
21
21
# 'final', 0).
22
 
__version__ = (0, 1, 4, 'final', 0)
 
22
__version__ = (0, 1, 5, 'final', 0)