projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2de8e1d
)
setup.py: fix version number
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Wed, 4 Nov 2015 08:47:02 +0000
(16:47 +0800)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Wed, 4 Nov 2015 08:47:02 +0000
(16:47 +0800)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 080b4291ae5801c04e5212e399ab6e38609bec13..d8473447fac2f0f75bf15c1552f85ebc927a22fa 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-11,7
+11,7
@@
if sys.version_info[:3] < (3, 3):
setup(
name="misoc",
- version="0.
2
",
+ version="0.
1
",
description="a high performance and small footprint SoC based on Migen",
long_description=open("README").read(),
author="Sebastien Bourdeauducq",