diff --git a/Makefile b/Makefile index b4989b7..25bfa34 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ .PHONY: all build check clean install install-go lint push test test-network git-unsaved -# for PyPI -build: clean +build: clean check python -m build clean: diff --git a/src/bipsea/util.py b/src/bipsea/util.py index 1e37773..64e1f27 100644 --- a/src/bipsea/util.py +++ b/src/bipsea/util.py @@ -5,7 +5,7 @@ from hashlib import pbkdf2_hmac from unicodedata import normalize as unicode_normalize -__version__ = "0.1.2" +__version__ = "0.1.3" __app_name__ = "bipsea" FORMAT = "utf-8"