eth-owned

EIP-173 interface and tools for chainlib-eth
git clone git://holbrook.no/eth-owned.git
Log | Files | Refs

commit e3564165c5abcd2c79ffb3250f58548cd32b6d98
parent cdea09dcabbda8c706b1f6065bafee6501e3ae8a
Author: nolash <dev@holbrook.no>
Date:   Sat,  8 May 2021 08:39:42 +0200

Change default include, bump version

Diffstat:
Mpython/eth_owned/__init__.py | 2+-
Mpython/setup.cfg | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/eth_owned/__init__.py b/python/eth_owned/__init__.py @@ -1,2 +1,2 @@ -from .owned import Owned +from .owned import EIP173 from eth_owned.data import data_dir diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-owned -version = 0.0.1a4 +version = 0.0.1a5 description = EIP 173 interface and tools author = Louis Holbrook author_email = dev@holbrook.no