summaryrefslogtreecommitdiffstats
path: root/python/migen/setup.py.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python/migen/setup.py.patch')
-rw-r--r--python/migen/setup.py.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/migen/setup.py.patch b/python/migen/setup.py.patch
new file mode 100644
index 0000000000..ab3ddd090b
--- /dev/null
+++ b/python/migen/setup.py.patch
@@ -0,0 +1,11 @@
+--- 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",