Skip to content

Commit c0f557f

Browse files
committed
bumping version
1 parent 973befd commit c0f557f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

kicadtestpoints/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Meta:
1515
short_description="TheJigsApp KiCAD Test Point Report"
1616
frame_title="TheJigsApp KiCAD Test Point Report"
1717
website="https://www.thejigsapp.com"
18-
version='0.1.6'
18+
version='0.1.7'
1919

2020

2121
def get_pad_side(p: pcbnew.PAD):
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.6"
1+
__version__ = "0.1.7"

pcm/metadata_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"versions": [
2727
{
28-
"version": "0.1.6",
28+
"version": "0.1.7",
2929
"status": "stable",
3030
"kicad_version": "8.0"
3131
}

0 commit comments

Comments
 (0)