Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lnauta committed Sep 21, 2023
1 parent 68d1da6 commit 62fe6ef
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.10"
version = "0.3.0"

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.10',
version='0.3.0',
description='Python client using CouchDB as a token pool server.',
author='Jan Bot,Joris Borgdorff,Lodewijk Nauta',
author_email='helpdesk@surf.nl',
url='https://github.com/sara-nl/picasclient',
download_url='https://github.com/sara-nl/picasclient/tarball/0.2.10',
download_url='https://github.com/sara-nl/picasclient/tarball/0.3.0',
packages=['picas'],
install_requires=['couchdb'],
license="MIT",
Expand Down

0 comments on commit 62fe6ef

Please sign in to comment.