Browse Source

Version bump

pull/8/head
Florian Mounier 13 years ago
parent
commit
c9be7f4839
  1. 2
      pygal/__init__.py

2
pygal/__init__.py

@ -16,7 +16,7 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with pygal. If not, see <http://www.gnu.org/licenses/>.
__version__ = '0.9.7'
__version__ = '0.9.8'
from collections import namedtuple
from pygal.graph.bar import Bar

Loading…
Cancel
Save