From: Philippe Proulx Date: Mon, 8 Jun 2015 21:21:48 +0000 (-0400) Subject: barectf v0.3.1 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e755390dfb6f7346acad4f77a6a68f92a779a549;p=deliverable%2Fbarectf.git barectf v0.3.1 --- diff --git a/barectf/__init__.py b/barectf/__init__.py index afe09dd..ef636e9 100644 --- a/barectf/__init__.py +++ b/barectf/__init__.py @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = '0.3.0' +__version__ = '0.3.1' diff --git a/setup.py b/setup.py index c2f3b3a..ef3963b 100755 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ entry_points = { setup(name='barectf', - version='0.3.0', + version='0.3.1', description='Generator of C99 code that can write native CTF', author='Philippe Proulx', author_email='eeppeliteloop@gmail.com',