Browse Source

Merge branch 'master' of https://lemma.codes/Lemma

master
Trevor Irons 4 years ago
parent
commit
378cf52401
2 changed files with 2 additions and 1 deletions
  1. 1
    0
      python/publish.sh
  2. 1
    1
      python/setup.py

+ 1
- 0
python/publish.sh View File

@@ -1,3 +1,4 @@
1
+# manylinux 
1 2
 rm -rf build dist clean pyLemma.egg.info
2 3
 python setup.py build
3 4
 python setup.py bdist_wheel

+ 1
- 1
python/setup.py View File

@@ -21,7 +21,7 @@ class InstallPlatlib(install):
21 21
 
22 22
 setup(
23 23
   name             = 'pyLemma',
24
-  version          = '0.0.9', 
24
+  version          = '0.0.10', 
25 25
   author           = 'Trevor Irons and others',
26 26
   author_email     = 'Trevor.Irons@lemmasoftware.org',
27 27
   description      = 'A short description of the app/lib',

Loading…
Cancel
Save