~ubuntu-branches/debian/sid/meliae/sid

« back to all changes in this revision

Viewing changes to meliae/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2010-07-20 18:26:22 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20100720182622-b0ks0nu34mify1lj
Tags: upstream-0.2.1
ImportĀ upstreamĀ versionĀ 0.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
"""A simple way to dump memory consumption of a running python program."""
16
16
 
17
 
version_info = (0, 2, 0, 'final', 0)
 
17
version_info = (0, 2, 1, 'final', 0)
18
18
__version__ = '.'.join(map(str, version_info))
19
19