Skip to content

Commit

Permalink
Update version (#25)
Browse files Browse the repository at this point in the history
* Update version

Signed-off-by: djstrong <djstrong@gmail.com>

* Update pyproject.toml

Signed-off-by: djstrong <djstrong@gmail.com>

---------

Signed-off-by: djstrong <djstrong@gmail.com>
  • Loading branch information
djstrong authored Mar 27, 2023
1 parent 457a89a commit a91abf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
* name - a full domain name, e.g. `nick.eth`
* label - a part of a name separated by a dot, e.g. `nick` and `eth` are labels in `nick.eth`
* normalized name - name that is already in normalized form according to the ENS Normalization Standard
* normalizable name - name that is normalized or that can be converted into a normalized name using ens_normalize
* normalizable name - name that is normalized or that can be converted into a normalized name using `ens_normalize`
* disallowed name - name that is not normalized or normalizable
* curable name - name that may be disallowed but can still be converted into a normalized name using ens_cure
* curable name - name that may be disallowed but can still be converted into a normalized name using `ens_cure`
* fatal error - a `DisallowedNameError` object thrown by `ens_normalize` that contains only general information about the error and no possible fixes
* curable error - a `CurableError` object (inherits from `DisallowedNameError`) thrown by `ens_normalize` that contains information about a possible fix for the error

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 = "ens-normalize"
version = "1.9.0"
version = "2.0.0"
description = "Ethereum Name Service (ENS) Name Normalizer"
license = "MIT"
authors = ["Jakub Karbowski <jakub@namehash.io>"]
Expand Down

0 comments on commit a91abf9

Please # to comment.