~mwhudson/lava-tool/support-proxy-bug-898174

« back to all changes in this revision

Viewing changes to lava/tool/__init__.py

  • Committer: Zygmunt Krynicki
  • Date: 2012-03-22 18:25:21 UTC
  • Revision ID: zygmunt.krynicki@linaro.org-20120322182521-vf1ndsrro1lo0w6y
Tags: 2012.03, 2012.05, release-0.4
Bump version to 0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
Generic code for command line utilities for LAVA
25
25
"""
26
26
 
27
 
__version__ = (0, 4, 0, "dev", 0)
 
27
__version__ = (0, 4, 0, "final", 0)