From 18c720ebafb8b161ae32055a3c3fd3eeebcb905e Mon Sep 17 00:00:00 2001 From: meejah Date: Sat, 5 Sep 2015 23:55:15 -0600 Subject: [PATCH] bump version (0.11.1) --- Makefile | 2 +- setup.py | 2 +- txtorcon/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4c99f59d..04898307 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: test html counts coverage sdist clean install doc integration default: test -VERSION = 0.11.0 +VERSION = 0.11.1 test: trial --reporter=text test diff --git a/setup.py b/setup.py index 7511a193..37c69427 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ ## can't just naively import these from txtorcon, as that will only ## work if you already installed the dependencies :( -__version__ = '0.11.0' +__version__ = '0.11.1' __author__ = 'meejah' __contact__ = 'meejah@meejah.ca' __url__ = 'https://github.com/meejah/txtorcon' diff --git a/txtorcon/__init__.py b/txtorcon/__init__.py index b1eb5e30..491ba5ca 100644 --- a/txtorcon/__init__.py +++ b/txtorcon/__init__.py @@ -1,6 +1,6 @@ ## for now, this needs to be changed in setup.py also until I find a ## better solution -__version__ = '0.11.0' +__version__ = '0.11.1' __author__ = 'meejah' __contact__ = 'meejah@meejah.ca' __url__ = 'https://github.com/meejah/txtorcon'