Parcourir la source

Update of package tag version

Jerome Buisine il y a 5 ans
Parent
commit
66e69446c7
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      README.rst
  2. 1 1
      setup.py

+ 1 - 1
README.rst

@@ -19,7 +19,7 @@ Modules
 
 This project contains modules.
 
-- **img_processing** : *Image processing part*
+- **image_processing** : *Image processing module*
     - fig2data(fig): *Convert a Matplotlib figure to a 3D numpy array with RGB channels and return it*
     - fig2img(fig): *Convert a Matplotlib figure to a PIL Image in RGB format and return it*
     - get_LAB_L_SVD_U(image): *Returns U SVD from L of LAB Image information*

+ 1 - 1
setup.py

@@ -21,7 +21,7 @@ class BuildTestCommand(setuptools.command.build_py.build_py):
     setuptools.command.build_py.build_py.run(self)
 
 setup(name='IPFML',
-      version='0.1.1',
+      version='0.1.2',
       description='Image Processing For Machine Learning',
       long_description=readme(),
       classifiers=[