Skip to content

Commit

Permalink
Bump version: 0.1.4 → 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
snhobbs committed Jun 24, 2024
1 parent 0fa79c1 commit babe5d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name="kicad_parts_placer"
version="0.1.4"
version="0.1.5"
#dynamic = ["dependencies"]
authors=[
{name="Simon Hobbs", email='simon.hobbs@electrooptical.net'}]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.4
current_version = 0.1.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion src/kicad_parts_placer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

__author__ = """Simon Hobbs"""
__email__ = "simon.hobbs@electrooptical.net"
__version__ = "0.1.4"
__version__ = "0.1.5"
from .kicad_parts_placer import *

0 comments on commit babe5d2

Please sign in to comment.