소스 검색

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

master
Trevor Irons 4 년 전
부모
커밋
378cf52401
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    0
      python/publish.sh
  2. 1
    1
      python/setup.py

+ 1
- 0
python/publish.sh 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장