slackbuilds_ponce/python/migen/setup.py.patch
Fernando Lopez Jr 417d4dc897 python/migen: Updated for version 0.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-01-10 10:55:27 +00:00

11 lines
352 B
Diff

--- 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",