We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54098f3 commit 0f3ba55Copy full SHA for 0f3ba55
2 files changed
kipart/version.py
@@ -2,4 +2,4 @@
2
3
__all__ = ["__version__", "version"]
4
5
-__version__ = version = '2.1.0'
+__version__ = version = '2.2.0'
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "kipart"
7
-version = "2.1.0"
+version = "2.2.0"
8
description = "Utilities for converting rows of CSV pin data into KiCad symbols and back."
9
authors = [
10
{name = "Dave Vandenbout", email = "dave@vdb.name"}
0 commit comments