mirror of
https://github.com/fraoustin/piwigotools.git
synced 2025-06-07 16:06:27 +00:00
create version 0.1.0
This commit is contained in:
parent
c971c1748e
commit
a055427713
@ -1,3 +1,8 @@
|
|||||||
|
0.1.0
|
||||||
|
=====
|
||||||
|
|
||||||
|
- add verb sync-up and sync-down
|
||||||
|
|
||||||
0.0.2
|
0.0.2
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Module piwigotools
|
Module piwigotools
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version_info__ = (0, 0, 2)
|
__version_info__ = (0, 1, 0)
|
||||||
__version__ = '.'.join([str(val) for val in __version_info__])
|
__version__ = '.'.join([str(val) for val in __version_info__])
|
||||||
|
|
||||||
import inspect
|
import inspect
|
||||||
|
Loading…
x
Reference in New Issue
Block a user