Просмотр исходного кода

Do not call it 1.0 yet

module has been only used in one environment within one use case.  The
API is still not organized well (there might be some bad decisions),
documentation needs some reviewing, ant the name of the module is likely
to change in forseeable future.

Therefore it seems too brave to call it 1.0, I'd be happier if the above
was finished before that.

Also, I believe it's a good idea to adhere to Semantic Versioning model,
therefore 0.1.0.
Alois Mahdal 10 лет назад
Родитель
Сommit
d1cc29d18b
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      setup.py

+ 1
- 1
setup.py Просмотреть файл

@@ -2,7 +2,7 @@
2 2
 from setuptools import setup
3 3
 
4 4
 setup(name='sznqalibs',
5
-      version='1.0',
5
+      version='0.1.0',
6 6
       description='collection of python libs developed for testing purposes',
7 7
       author='Seznam.cz, a.s.',
8 8
       author_email='opensource@firma.seznam.cz',