Skip to content

Commit

Permalink
Trying to get pypi right.
Browse files Browse the repository at this point in the history
  • Loading branch information
nulliusinverba committed Jul 13, 2017
1 parent 26a8c60 commit 591126c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
setup(
name='hsdbi',
packages=find_packages(exclude=['testing']),
version='0.1a10',
version='0.1a11',
description='A simple interface for accessing databases.',
author='Tim Niven',
author_email='tim.niven.public@gmail.com',
url='https://github.com/timniven/hsdbi',
download_url='https://github.com/timniven/hsdbi/archive/0.1a10.tar.gz',
download_url='https://github.com/timniven/hsdbi/archive/0.1a11.tar.gz',
license='MIT',
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 591126c

Please sign in to comment.