Skip to content

Commit

Permalink
Update dependency version locks and package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed Apr 24, 2022
1 parent 704e435 commit af1ea17
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@

# The lines below can be parsed by `docs/conf.py`.
name = "circuitry"
version = "0.3.0"
version = "1.0.0"

setup(
name=name,
version=version,
packages=[name,],
install_requires=["parts~=1.2","circuit~=0.4",],
install_requires=[
"parts~=1.3",
"circuit~=0.5"
],
license="MIT",
url="https://github.com/nthparty/circuitry",
author="Andrei Lapets",
Expand Down

0 comments on commit af1ea17

Please sign in to comment.