version bump: b13

This commit is contained in:
Adrian Sampson 2012-01-18 14:11:39 -08:00
parent 0e81900675
commit 837c900e5d
3 changed files with 6 additions and 6 deletions

View file

@ -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 <adrian@radbox.org>'
import beets.library

View file

@ -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'

View file

@ -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',