bump version number to 1.0b9

This commit is contained in:
Adrian Sampson 2011-04-30 13:10:21 -07:00
parent b6fd0a1184
commit 596e74d531
3 changed files with 7 additions and 4 deletions

3
NEWS
View file

@ -1,3 +1,6 @@
1.0b9
-----
1.0b8
-----
* Better support for singleton (non-album) tracks. Whereas beets

View file

@ -1,5 +1,5 @@
# This file is part of beets.
# Copyright 2010, Adrian Sampson.
# Copyright 2011, 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.0b8'
__version__ = '1.0b9'
__author__ = 'Adrian Sampson <adrian@radbox.org>'
import beets.library

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# This file is part of beets.
# Copyright 2010, Adrian Sampson.
# Copyright 2011, Adrian Sampson.
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@ -22,7 +22,7 @@ def _read(fn):
return open(path).read()
setup(name='beets',
version='1.0b8',
version='1.0b9',
description='music tagger and library organizer',
author='Adrian Sampson',
author_email='adrian@radbox.org',