Skip to content

Commit

Permalink
bump version (0.11.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Sep 6, 2015
1 parent 8674055 commit 18c720e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion 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'
Expand Down

0 comments on commit 18c720e

Please sign in to comment.