summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2025-07-27 16:53:31 +0200
committerjaseg <git@jaseg.de>2025-07-27 16:53:31 +0200
commit5fa293138c4b3a8086e35affb6c1e4c570e02ae5 (patch)
tree178205bbea393bc5474e584cb34a6a1b0bf8e7aa
parent8abe7fdf38db899c27207f6f107a85e80606de56 (diff)
downloadwsdiff-5fa293138c4b3a8086e35affb6c1e4c570e02ae5.tar.gz
wsdiff-5fa293138c4b3a8086e35affb6c1e4c570e02ae5.tar.bz2
wsdiff-5fa293138c4b3a8086e35affb6c1e4c570e02ae5.zip
Bump version to v0.2.0v0.2.0
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index dc85d23..a7673e2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "wsdiff"
-version = "0.1.2"
+version = "0.2.0"
authors = [{name="jaseg", email="code@jaseg.de"}]
description = "wsdiff is a tool that produces a syntax-highlighted, self-contained, static HTML file that will show a colored, syntax-highlighted diff of two files or folders without external dependencies or javascript."
requires-python = ">=3.7"