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