projects
/
pycomedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ec9fc2
)
Fix == -> = in __version__ definition.
author
W. Trevor King
<wking@drexel.edu>
Tue, 14 Dec 2010 19:53:13 +0000
(14:53 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 14 Dec 2010 19:53:13 +0000
(14:53 -0500)
pycomedi/__init__.py
patch
|
blob
|
history
diff --git
a/pycomedi/__init__.py
b/pycomedi/__init__.py
index 31243b2eb37ba2f11e08afe1f051d6e6f77ed549..a16f4362a2a6002f97474e701dfcdbcca730ab39 100644
(file)
--- a/
pycomedi/__init__.py
+++ b/
pycomedi/__init__.py
@@
-14,4
+14,4
@@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ =
=
'0.2'
+__version__ = '0.2'