Skip to content

Commit 6920407

Browse files
fix version file
1 parent c941e60 commit 6920407

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
# encoding: utf-8
2-
3-
"""Initialization module for gdcapiwrapper package."""
4-
5-
__version__ = "0.2b"

src/gdcapiwrapper/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# encoding: utf-8
2+
3+
"""Initialization module for gdcapiwrapper package."""
4+
5+
__version__ = "0.2b"

0 commit comments

Comments
 (0)