Skip to content

Commit

Permalink
Semver 0.1.3, Makefile (#14)
Browse files Browse the repository at this point in the history
* build depends on check
  • Loading branch information
akarve authored May 26, 2024
1 parent df75920 commit cb94fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/bipsea/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cb94fc8

Please sign in to comment.