Showing
3 changed files
with
1 additions
and
5 deletions
... | @@ -12,6 +12,4 @@ | ... | @@ -12,6 +12,4 @@ |
12 | # See the License for the specific language governing permissions and | 12 | # See the License for the specific language governing permissions and |
13 | # limitations under the License. | 13 | # limitations under the License. |
14 | 14 | ||
15 | -import os | 15 | +__version__ = '0.3.1' |
16 | - | ||
17 | -__version__ = open(os.path.join(os.path.dirname(__file__), '_version')).read() | ... | ... |
kappa/_version
deleted
100644 → 0
1 | -0.3.1 | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment