Trevor Irons před 4 roky
rodič
revize
378cf52401
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1
    0
      python/publish.sh
  2. 1
    1
      python/setup.py

+ 1
- 0
python/publish.sh Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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',

Načítá se…
Zrušit
Uložit