Skip to content

Commit

Permalink
Updated setup for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LovetheFrogs committed Jun 24, 2022
1 parent 94a13cb commit 20a904b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
desc = (this_directory / "README.md").read_text()
setup(
name='PyCircTools',
packages=find_packages(include=['Exceptions', 'LogicGates']),
version='0.0.1',
description='CTools, a python circuit library.',
packages=find_packages(include=['Exceptions', 'LogicGates', 'Multiplexers']),
version='0.1.0',
description='PyCircTools, a python circuit library.',
author='LovetheFrogs',
license='GPL-3.0',
url='https://github.com/LovetheFrogs/CTools',
Expand Down

0 comments on commit 20a904b

Please sign in to comment.