diff options
author | Markus Holtermann <info@markusholtermann.eu> | 2014-09-19 09:52:35 +0200 |
---|---|---|
committer | Markus Holtermann <info@markusholtermann.eu> | 2014-09-19 09:52:35 +0200 |
commit | 48f7e329bf6a54ab97c7b841569ce73397068a27 (patch) | |
tree | 17d826d033f68902523448ea1aeed36b6891f439 /bvggrabber | |
parent | dd1850edaaea024ef0a00c732291ab8f49645dd1 (diff) | |
download | bvg-grabber-48f7e329bf6a54ab97c7b841569ce73397068a27.tar.gz bvg-grabber-48f7e329bf6a54ab97c7b841569ce73397068a27.tar.bz2 bvg-grabber-48f7e329bf6a54ab97c7b841569ce73397068a27.zip |
Bump version: 0.0.0 → 0.1.0
Diffstat (limited to 'bvggrabber')
-rw-r--r-- | bvggrabber/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bvggrabber/__init__.py b/bvggrabber/__init__.py index ce26baa..f7727b5 100644 --- a/bvggrabber/__init__.py +++ b/bvggrabber/__init__.py @@ -3,4 +3,4 @@ __author__ = 'Christian Struck, Markus Holtermann' __email__ = 'info@markusholtermann.eu' -__version__ = '0.0.0' +__version__ = '0.1.0' |