Selaa lähdekoodia

test install new version

tsteuer 5 vuotta sitten
vanhempi
commit
45babbe846
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 1 0
      cdplib/feature_engineering/__init__.py
  2. 1 1
      setup.py

+ 1 - 0
cdplib/feature_engineering/__init__.py

@@ -0,0 +1 @@
+from Test import Test

+ 1 - 1
setup.py

@@ -1,7 +1,7 @@
 from setuptools import setup
 
 setup(name='cdplib',
-      version='0.1',
+      version='0.2',
       description='Libraries shared by cdp projects',
       url='https://intra.acdp.at/gogs/tanja/cdplib.git',
       author='Tatiana Zolotareva',