瀏覽代碼

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