Skip to content

Commit 4a97d12

Browse files
committed
bump version; adjust package meta info
1 parent 9ddcbd7 commit 4a97d12

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

setup.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@
33
setup(
44
name='pyravendb',
55
packages=find_packages(),
6-
version='5.0.0.1',
6+
version='5.2.0.0',
77
long_description=open("README.rst").read(),
8-
description='This is the official python client for RavenDB v5.0 document database',
8+
description='Python client for RavenDB NoSQL Database',
99
author='RavenDB',
1010
author_email='support@ravendb.net',
1111
url='https://github.com/ravendb/RavenDB-Python-Client',
1212
license='MIT',
13-
keywords='pyravendb',
13+
keywords=
14+
[
15+
'ravendb',
16+
'nosql',
17+
'database'
18+
'pyravendb',
19+
],
1420
python_requires='~=3.5',
1521
install_requires=
1622
[

0 commit comments

Comments
 (0)