Skip to content

Commit

Permalink
Bump to version 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
NilujePerchut committed Jun 5, 2020
1 parent fa4b7f9 commit 0bcbbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teardrops/td.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pcbnew import VIA, ToMM, TRACK, FromMM, wxPoint, GetBoard, ZONE_CONTAINER
from pcbnew import PAD_ATTRIB_STANDARD, PAD_ATTRIB_SMD, ZONE_FILLER, VECTOR2I

__version__ = "0.4.8"
__version__ = "0.4.9"

ToUnits = ToMM
FromUnits = FromMM
Expand Down

0 comments on commit 0bcbbc3

Please sign in to comment.