Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit bea9d0f

Browse files
committed
Bump version in order to test PyPI uploading
1 parent 498baac commit bea9d0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ def generate_sources_includes(dir):
5151

5252
setup(
5353
name = "monetdblite",
54-
version = '0.6.2',
55-
# version = '0.6.2+Aug2018.C-d8b1b5e',
54+
version = '0.6.3.dev0',
55+
# version = '0.6.3.dev0+Aug2018.C-d8b1b5e',
5656
description = 'Embedded MonetDB Python Database.',
57-
author = 'Mark Raasveldt, Hannes Mühleisen',
57+
author = 'Mark Raasveldt, Hannes Mühleisen, Panagiotis Koutsourakis',
5858
author_email = '[email protected]',
5959
keywords = 'MonetDB MonetDBLite Database SQL OLAP',
6060
packages = ['monetdblite'],
6161
# package_dir = {'': 'lib'},
62-
url="https://github.com/hannesmuehleisen/MonetDBLite-Python",
62+
url="https://github.com/MonetDB/MonetDBLite-Python",
6363
long_description = long_description,
6464
install_requires=[
6565
'numpy>=1.7',

0 commit comments

Comments
 (0)