Skip to content

Commit

Permalink
Bump the version number to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Rocher committed Nov 5, 2014
1 parent e115b60 commit 65b32c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chaco/__init__.py
@@ -1,9 +1,9 @@
# Copyright (c) 2005-2013 by Enthought, Inc.
# Copyright (c) 2005-2014 by Enthought, Inc.
# All rights reserved.
""" Two-dimensional plotting application toolkit.
Part of the Chaco project of the Enthought Tool Suite.
"""
__version__ = '4.5.0.dev'
__version__ = '4.5.0'

__requires__ = [
'enable',
Expand Down
4 changes: 2 additions & 2 deletions setup.py
@@ -1,4 +1,4 @@
# Copyright (c) 2008-2013 by Enthought, Inc.
# Copyright (c) 2008-2014 by Enthought, Inc.
# All rights reserved.
from os.path import join
from numpy import get_include
Expand All @@ -20,7 +20,7 @@
)

cython_speedups = Extension(
'chaco._cython_speedups',
'chaco._cython_speedups',
sources=['chaco/_cython_speedups.c'],
include_dirs=[numpy_include_dir],
)
Expand Down

0 comments on commit 65b32c3

Please sign in to comment.