projects
/
calibcant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82cd9c1
)
Oops, actually bump __version__ to 0.6.
author
W. Trevor King
<wking@drexel.edu>
Thu, 21 Apr 2011 20:52:43 +0000
(16:52 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 21 Apr 2011 20:52:43 +0000
(16:52 -0400)
calibcant/__init__.py
patch
|
blob
|
history
diff --git
a/calibcant/__init__.py
b/calibcant/__init__.py
index 1b1bd7313ba871260965ee2869e797583e207091..8aecb1872f06228e0b6b5433e6c9186cf1edc32b 100644
(file)
--- a/
calibcant/__init__.py
+++ b/
calibcant/__init__.py
@@
-22,7
+22,7
@@
import logging as _logging
import logging.handlers as _logging_handlers
-__version__ = '0.
4
'
+__version__ = '0.
6
'
LOG = _logging.getLogger('calibcant')