diff --git a/inlinehashes/__init__.py b/inlinehashes/__init__.py index aee7931..8a10b94 100644 --- a/inlinehashes/__init__.py +++ b/inlinehashes/__init__.py @@ -1,4 +1,4 @@ from .lib import parse -__version__ = "0.0.1" +__version__ = "0.0.2" __all__ = ["parse"] diff --git a/pyproject.toml b/pyproject.toml index e5a1d1b..eab0c7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,11 @@ [tool.poetry] name = "inlinehashes" -version = "0.0.1" +version = "0.0.2" description = "Hash generator for HTML inline styles and scripts" authors = ["Gonçalo Valério "] homepage = "https://github.com/dethos/inlinehashes" repository = "https://github.com/dethos/inlinehashes" +readme = "README.rst" license = "MIT" classifiers = [ "Development Status :: 3 - Alpha",