Skip to content

Commit

Permalink
v0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
harens committed May 4, 2021
1 parent d54f666 commit b8eb7ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion checkdigit/gs1.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

from checkdigit._data import cleanse, convert


# WARNING: Data beginning with 0 must be as a string due to PEP 3127


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "checkdigit"
version = "0.1.1"
version = "0.1.2"
description = "A check digit library for data validation"
authors = ["harens <[email protected]>"]
maintainers = ["harens <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

from error404 import test

import checkdigit.gs1 as gs1
import checkdigit.isbn as isbn
import checkdigit.luhn as luhn
import checkdigit.parity as parity
import checkdigit.upc as upc
import checkdigit.gs1 as gs1

# Even parity
test(parity.calculate("0110"), "01100")
Expand Down

0 comments on commit b8eb7ac

Please sign in to comment.