spack/var/spack/repos/builtin/packages/py-pyprof2html/version_0.3.1.patch

11 lines
327 B
Diff
Raw Normal View History

2017-05-03 04:28:46 +08:00
diff --git a/pyprof2html/__init__.py b/pyprof2html/__init__.py
index 342eb6d..74b3392 100644
--- a/pyprof2html/__init__.py
+++ b/pyprof2html/__init__.py
@@ -10,3 +10,5 @@ __licence__ = 'New BSD License'
__author__ = 'Hideo Hattori <hhatto.jp@gmail.com>'
__all__ = ['Converter', 'pyprof2html_main']
+
+__version__ = '0.3.1'