summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pyprof2html/version_0.3.1.patch
blob: fd0e856cb5e5bdeeb8850bff8c6f9ddfe7ff706d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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'