Skip to content

Commit

Permalink
Add __init__.py in all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdrift committed Mar 22, 2019
1 parent b4d4ce3 commit 448605a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Empty file added factom_sdk/client/__init__.py
Empty file.
Empty file added factom_sdk/utils/__init__.py
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "factom-harmony-connect"
VERSION = "1.0.0-rc1"
VERSION = "1.0.0-rc2"
REQUIRES = [
"base58 >= 1.0.3",
"ed25519 >= 1.4",
Expand Down

0 comments on commit 448605a

Please sign in to comment.