setup.py: fix version (0.1)

This commit is contained in:
Florent Kermarrec 2016-04-29 14:39:14 +02:00
parent 66362b1280
commit 5fb0fe925e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if sys.version_info[:3] < (3, 3):
setup(
name="litex",
version="1.0",
version="0.1",
description="Python tools to design FPGA cores and SoCs",
long_description=open("README").read(),
author="Florent Kermarrec",