Browse Source

Load for windows dmp files fixed

tags/1.6.1
Trevor Irons 5 years ago
parent
commit
fb5f8fd99f
3 changed files with 2 additions and 1 deletions
  1. 1
    0
      akvo/lemma/__init__.py
  2. BIN
      akvo/lemma/pyLemmaCore.so
  3. 1
    1
      setup.py

+ 1
- 0
akvo/lemma/__init__.py View File

@@ -0,0 +1 @@
1
+import pyLemmaCore

BIN
akvo/lemma/pyLemmaCore.so View File


+ 1
- 1
setup.py View File

@@ -21,7 +21,7 @@ with open("README.md", "r") as fh:
21 21
     long_description = fh.read()
22 22
 
23 23
 setup(name='Akvo',
24
-      version='1.0.20',
24
+      version='1.0.22',
25 25
       description='Surface nuclear magnetic resonance workbench',
26 26
       long_description=long_description,
27 27
       long_description_content_type='text/markdown',

Loading…
Cancel
Save