Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
genwchhotmail committed Jan 31, 2021
1 parent ad54c47 commit 5576e07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions gwpd/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .pdtb import *
from .pdvw import *
2 changes: 1 addition & 1 deletion gwpd/pdvw.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .pdtb import pdtb
from .pdtb import *


class pdvw(pdtb):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="gwpd-genwch", # Replace with your own username
version="0.0.1",
version="0.0.2",
author="genwch",
author_email="",
description="Pandas as table package",
Expand Down

0 comments on commit 5576e07

Please sign in to comment.