projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
046b598
)
setup.py: consistent version number
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Wed, 4 Nov 2015 08:47:33 +0000
(16:47 +0800)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Wed, 4 Nov 2015 08:47:33 +0000
(16:47 +0800)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index fb139718de23a4d5161a6864c9fcf10404ba14dd..dda177423b51984c7b6b07cf42d5ab585d1106c2 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-11,7
+11,7
@@
if sys.version_info[:3] < (3, 3):
setup(
name="migen",
- version="
1.0
",
+ version="
0.2
",
description="Python toolbox for building complex digital hardware",
long_description=open("README.rst").read(),
author="Sebastien Bourdeauducq",