瀏覽代碼

test install new version

tsteuer 5 年之前
父節點
當前提交
45babbe846
共有 2 個文件被更改,包括 2 次插入1 次删除
  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',