We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57543d3 + b09956f commit 18c06d0Copy full SHA for 18c06d0
__init__.py
@@ -0,0 +1 @@
1
+# __init__.py to mark dir as module
setup.py
@@ -2,10 +2,10 @@
2
3
setup(
4
name="tidesdb",
5
- version="0.3.0",
+ version="0.4.0",
6
packages=find_packages(),
7
- author="Alex Gaetano Padula",
8
- author_email="me@alexpadula.com",
+ author="TidesDB",
+ author_email="hello@tidesdb.com",
9
description="A Python wrapper-binding for TidesDB",
10
long_description=open("README.md").read(),
11
long_description_content_type="text/markdown",
0 commit comments