Skip to content

Commit

Permalink
updated version number to 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
maarten-k committed Dec 8, 2016
1 parent b81237e commit 024f153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion picas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from .actors import RunActor


version = "0.2.8"
version = "0.2.10"

picaslogger = logging.getLogger("PiCaS")
formatter = logging.Formatter(
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@


setup(name='picas',
version='0.2.9',
version='0.2.10',
description='Python client using CouchDB as a token pool server.',
author='Jan Bot,Joris Borgdorff',
author_email='helpdesk@surfsara.nl',
url='https://github.com/sara-nl/picasclient',
download_url='https://github.com/sara-nl/picasclient/tarball/0.2.9',
download_url='https://github.com/sara-nl/picasclient/tarball/0.2.10',
packages=['picas'],
install_requires=['couchdb'],
license="MIT",
Expand Down

0 comments on commit 024f153

Please sign in to comment.