aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbarenblat@galois.com>2014-03-04 16:21:32 -0800
committerGravatar Benjamin Barenblat <bbarenblat@galois.com>2014-03-04 16:26:11 -0800
commit6681523e3fb3c6170d144346b18d094bf8ff4e75 (patch)
treed06a7b30522d6fd4a5332e89e9101dd6ea360267 /bindings/python
parentc1bf51b8e23c9f2d8d3147fe259a77b8f202e71a (diff)
Version bump to 0.2.0
Diffstat (limited to 'bindings/python')
-rw-r--r--bindings/python/README2
-rwxr-xr-xbindings/python/setup.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/bindings/python/README b/bindings/python/README
index 35a6bbd..0eabc5d 100644
--- a/bindings/python/README
+++ b/bindings/python/README
@@ -1,4 +1,4 @@
- ppamltracer-python, v0.1.0
+ ppamltracer-python, v0.2.0
This package provides Python bindings to ppamltracer. They require Python 2.7.
diff --git a/bindings/python/setup.py b/bindings/python/setup.py
index d8e9ec2..2ac00d7 100755
--- a/bindings/python/setup.py
+++ b/bindings/python/setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# setup.py -- distutils setup script for ppamltracer-python
-# Copyright (C) 2013 Galois, Inc.
+# Copyright (C) 2013, 2014 Galois, Inc.
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@@ -22,7 +22,7 @@
from distutils.core import setup
setup(name="ppamltracer-python",
- version="0.1.0",
+ version="0.2.0",
description="ppamltracer Python bindings",
author="Benjamin Barenblat",
author_email="bbarenblat@galois.com",