summaryrefslogtreecommitdiffstats
path: root/python/migen/setup.py.patch
blob: ab3ddd090b4e09457f93a34aec93e00e8a517530 (plain)
--- setup.py	2018-01-05 12:28:27.000000000 -0700
+++ setup.py.new	2018-01-09 01:15:45.797982200 -0700
@@ -15,7 +15,7 @@
 
 setup(
     name="migen",
-    version="0.5.dev",
+    version="0.6",
     description="Python toolbox for building complex digital hardware",
     long_description=open("README.md").read(),
     author="Sebastien Bourdeauducq",