barectf v0.3.1 v0.3.1
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 8 Jun 2015 21:21:48 +0000 (17:21 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 8 Jun 2015 21:21:48 +0000 (17:21 -0400)
barectf/__init__.py
setup.py

index afe09ddf7bbfa89cd6eb16c0d0f9e46718964603..ef636e932c21c6e54104ff3c9ee7b8bd1d8157fa 100644 (file)
@@ -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'
index c2f3b3a5c75d4a5052f97c47044564d944ec96ee..ef3963b4d632c38d7e27420cb87a31f9c5d2ee11 100755 (executable)
--- 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',
This page took 0.023819 seconds and 4 git commands to generate.