diff options
author | Markus Holtermann <info@markusholtermann.eu> | 2013-06-14 14:36:42 +0200 |
---|---|---|
committer | Markus Holtermann <info@markusholtermann.eu> | 2013-06-14 14:36:42 +0200 |
commit | c2a656c480002f5778bd720053a59a376d7f934c (patch) | |
tree | 52607dd04d9d8c305c32ab9640f76be08f85a601 /bvggrabber | |
parent | 0e587c8510bce2d20d78adcb15a896c1d00862bf (diff) | |
download | bvg-grabber-c2a656c480002f5778bd720053a59a376d7f934c.tar.gz bvg-grabber-c2a656c480002f5778bd720053a59a376d7f934c.tar.bz2 bvg-grabber-c2a656c480002f5778bd720053a59a376d7f934c.zip |
Fix some release issues
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 775dd6b..b661253 100644 --- a/bvggrabber/__init__.py +++ b/bvggrabber/__init__.py @@ -4,7 +4,7 @@ import os import subprocess -VERSION = (0, 1, 0, 'beta', 1) +VERSION = (0, 1, 0, 'beta', 2) def get_version(): |