We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99495f commit e301b8cCopy full SHA for e301b8c
2 files changed
pyproject.toml
@@ -1,2 +1,6 @@
1
[build-system]
2
requires = ["setuptools", "wheel", "Cython"]
3
+
4
+[tool.isort]
5
+indent = "tab"
6
+line_length = 120
setup.py
@@ -36,7 +36,7 @@
36
setup(
37
author="Dobatymo",
38
name="metrohash-python",
39
- version="1.1.3.2",
+ version="1.1.3.3",
40
url="https://github.com/Dobatymo/metrohash-python",
41
description="Python bindings for MetroHash",
42
long_description=long_description,
0 commit comments