[pypy-commit] jitviewer default: bump the version

fijal pypy.commits at gmail.com
Mon Mar 14 04:34:37 EDT 2016


Author: fijal
Branch: 
Changeset: r279:028757f8af2a
Date: 2016-03-14 10:34 +0200
http://bitbucket.org/pypy/jitviewer/changeset/028757f8af2a/

Log:	bump the version

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@
         rest.append(os.path.join(dirname, x))
 
 setup(name='JitViewer',
-      version='0.1',
+      version='0.2',
       description="Viewer for pypy's jit traces",
       author='Maciej Fijalkowski, Antonio Cuni and the PyPy team',
       author_email='fijall at gmail.com',


More information about the pypy-commit mailing list