This commit is contained in:
Wilson Lin 2020-07-11 06:15:06 +10:00
commit 5df34dd946
12 changed files with 21 additions and 21 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "hyperbuild-python"
publish = false
version = "0.2.2"
version = "0.2.3"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
@ -10,7 +10,7 @@ name = "hyperbuild_python_lib"
crate-type = ["cdylib"]
[dependencies]
hyperbuild = "0.2.2"
hyperbuild = "0.2.3"
[dependencies.pyo3]
version = "0.11.1"
features = ["extension-module"]

View file

@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="hyperbuild",
version="0.2.2",
version="0.2.3",
author="Wilson Lin",
author_email="code@wilsonl.in",
description="Fast allocation-less HTML minifier with smart whitespace handling",