From 837c900e5d443385dda2812b1a3002bfef1ddc48 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 18 Jan 2012 14:11:39 -0800 Subject: [PATCH] version bump: b13 --- beets/__init__.py | 4 ++-- docs/conf.py | 4 ++-- setup.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/beets/__init__.py b/beets/__init__.py index d67725ca4..06e92b361 100644 --- a/beets/__init__.py +++ b/beets/__init__.py @@ -1,5 +1,5 @@ # This file is part of beets. -# Copyright 2011, Adrian Sampson. +# Copyright 2012, Adrian Sampson. # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -12,7 +12,7 @@ # The above copyright notice and this permission notice shall be # included in all copies or substantial portions of the Software. -__version__ = '1.0b12' +__version__ = '1.0b13' __author__ = 'Adrian Sampson ' import beets.library diff --git a/docs/conf.py b/docs/conf.py index 076639acd..19380812e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,8 +12,8 @@ master_doc = 'index' project = u'beets' copyright = u'2011, Adrian Sampson' -version = '1.0b12' -release = '1.0b12' +version = '1.0b13' +release = '1.0b13' pygments_style = 'sphinx' diff --git a/setup.py b/setup.py index cbc18c725..e3f7a51a9 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # This file is part of beets. -# Copyright 2011, Adrian Sampson. +# Copyright 2012, Adrian Sampson. # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -42,7 +42,7 @@ if 'sdist' in sys.argv: shutil.copytree(os.path.join(docdir, '_build', 'man'), mandir) setup(name='beets', - version='1.0b12', + version='1.0b13', description='music tagger and library organizer', author='Adrian Sampson', author_email='adrian@radbox.org',