summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--factory/__init__.py2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/factory/__init__.py b/factory/__init__.py
index f806e6f..3753461 100644
--- a/factory/__init__.py
+++ b/factory/__init__.py
@@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
-__version__ = '1.1.4' # Remember to change in setup.py as well!
+__version__ = '1.1.5' # Remember to change in setup.py as well!
__author__ = 'Raphaƫl Barrois <raphael.barrois@polytechnique.org>'
from base import (
diff --git a/setup.py b/setup.py
index a09e39d..ace4473 100755
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ from distutils.core import setup
from distutils import cmd
# Remember to change in factory/__init__.py as well!
-VERSION = '1.1.4'
+VERSION = '1.1.5'
class test(cmd.Command):