Bump version to v0.3.2

This commit is contained in:
jaseg 2025-07-28 11:08:35 +02:00
parent 3bb0760be2
commit 64b5f98113

View file

@ -1,6 +1,6 @@
[project] [project]
name = "wsdiff" name = "wsdiff"
version = "0.3.1" version = "0.3.2"
authors = [{name="jaseg", email="code@jaseg.de"}] 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." 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" requires-python = ">=3.7"