소스 검색

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