Skip to content

Commit 18c06d0

Browse files
authored
Merge pull request #13 from tidesdb/0.4.0-correct-misssing-init
to correct issue #12 missing tidesdb module. We are missing an __ini…
2 parents 57543d3 + b09956f commit 18c06d0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# __init__.py to mark dir as module

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
setup(
44
name="tidesdb",
5-
version="0.3.0",
5+
version="0.4.0",
66
packages=find_packages(),
7-
author="Alex Gaetano Padula",
8-
author_email="me@alexpadula.com",
7+
author="TidesDB",
8+
author_email="hello@tidesdb.com",
99
description="A Python wrapper-binding for TidesDB",
1010
long_description=open("README.md").read(),
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)