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
+# manylinux 
1
 rm -rf build dist clean pyLemma.egg.info
2
 rm -rf build dist clean pyLemma.egg.info
2
 python setup.py build
3
 python setup.py build
3
 python setup.py bdist_wheel
4
 python setup.py bdist_wheel

+ 1
- 1
python/setup.py View File

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

Loading…
Cancel
Save