mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
bump to 0.2.dev
This commit is contained in:
parent
64aa4ae4c0
commit
212e1a7076
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ if sys.version_info[:3] < (3, 5):
|
|||
|
||||
setup(
|
||||
name="litex",
|
||||
version="0.1",
|
||||
version="0.2.dev",
|
||||
description="Python tools to design FPGA cores and SoCs",
|
||||
long_description=open("README").read(),
|
||||
author="Florent Kermarrec",
|
||||
|
|
Loading…
Reference in a new issue