ソースを参照

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 年 前
コミット
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',