Skip to content

Commit

Permalink
so: Bump version of TSSOP packages (#102)
Browse files Browse the repository at this point in the history
The TSSOP packages in the base library already have the version 0.1,
but they differ from the output currently generated by the script.
So we need to bump the version before we update these packages in the
base library.

Also fixed the creation date which currently does not correspond to the
date of the packages already added to the base library. So this fix
ensures that re-generating these packages does not change their
creation date.
  • Loading branch information
ubruhin authored Jul 31, 2023
1 parent 4208cd4 commit 3e792ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate_so.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,8 @@ def _make(dirpath: str) -> None:
lead_contact_length=0.6,
pkgcat='241d9d5d-8f74-4740-8901-3cf51cf50091',
keywords='so,sop,tssop,small outline package,smd',
version='0.1',
create_date='2019-07-21T12:15:54Z',
version='0.2',
create_date='2019-06-16T12:46:54Z',
)

# SSOP
Expand Down

0 comments on commit 3e792ac

Please sign in to comment.