Skip to content

Commit

Permalink
now version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raysalemi committed Sep 5, 2021
1 parent 63db9b3 commit bf227e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyuvm",
version="2.0rc0",
version="2.0",
author="Ray Salemi",
author_email="ray@raysalemi.com",
description="A Python implementation of the UVM using cocotb",
Expand All @@ -20,6 +20,7 @@
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
"Framework :: cocotb",
],
packages=setuptools.find_packages(),
python_requires=">=3.6",
Expand Down

0 comments on commit bf227e1

Please sign in to comment.