bump to 0.2.dev

This commit is contained in:
Florent Kermarrec 2018-02-23 13:39:06 +01:00
parent 45a948d42a
commit bd43fd605c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if sys.version_info[:3] < (3, 5):
setup(
name="litedram",
version="0.1",
version="0.2.dev",
description="Small footprint and configurable DRAM core",
long_description=open("README").read(),
author="Florent Kermarrec",