0.1.7
This commit is contained in:
parent
1ee193de1b
commit
74248aa6a1
12 changed files with 22 additions and 22 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "hyperbuild-python"
|
||||
publish = false
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
authors = ["Wilson Lin <code@wilsonl.in>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
@ -10,7 +10,7 @@ name = "hyperbuild_python_lib"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
hyperbuild = "0.1.6"
|
||||
hyperbuild = "0.1.7"
|
||||
[dependencies.pyo3]
|
||||
version = "0.11.1"
|
||||
features = ["extension-module"]
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|||
|
||||
setuptools.setup(
|
||||
name="hyperbuild",
|
||||
version="0.1.6",
|
||||
version="0.1.7",
|
||||
author="Wilson Lin",
|
||||
author_email="code@wilsonl.in",
|
||||
description="Fast one-pass in-place HTML minifier written in Rust with context-aware whitespace handling",
|
||||
|
|
|
|||
Reference in a new issue