diff --git a/setup.cfg b/setup.cfg index 87b0dbe..74e158b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pynumerals -version = 1.0.0.dev0 +version = 1.0.1 license = Apache 2.0 description = Helper library for numeralbank projects long_description = file: README.md diff --git a/src/pynumerals/__init__.py b/src/pynumerals/__init__.py index ff99110..586bf49 100644 --- a/src/pynumerals/__init__.py +++ b/src/pynumerals/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.0.dev0" +__version__ = "1.0.1" from pynumerals.errorcheck import * # noqa: F401, F403 from pynumerals.mappings import * # noqa: F401, F403