From c2a656c480002f5778bd720053a59a376d7f934c Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Fri, 14 Jun 2013 14:36:42 +0200 Subject: Fix some release issues --- bvggrabber/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 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(): diff --git a/setup.py b/setup.py index 21ded8d..17b642f 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( install_requires=requirements, test_suite="tests", classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 4 - Beta', 'Environment :: Console', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', -- cgit v1.2.3