From e755390dfb6f7346acad4f77a6a68f92a779a549 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 8 Jun 2015 17:21:48 -0400 Subject: [PATCH] barectf v0.3.1 --- barectf/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', -- 2.34.1