Skip to content

Commit 0f3ba55

Browse files
author
devbisme
committed
Bumped version to 2.2.0.
1 parent 54098f3 commit 0f3ba55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

kipart/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ["__version__", "version"]
44

5-
__version__ = version = '2.1.0'
5+
__version__ = version = '2.2.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "kipart"
7-
version = "2.1.0"
7+
version = "2.2.0"
88
description = "Utilities for converting rows of CSV pin data into KiCad symbols and back."
99
authors = [
1010
{name = "Dave Vandenbout", email = "dave@vdb.name"}

0 commit comments

Comments
 (0)