Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbary committed Nov 9, 2015
1 parent 280d1fb commit de6e032
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.0'
release = '0.4.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion sep.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ from warnings import warn

np.import_array() # To access the numpy C-API.

__version__ = "0.4.0"
__version__ = "0.4.1"

# -----------------------------------------------------------------------------
# Definitions from the SEP C library
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"Intended Audience :: Science/Research"]

setup(name="sep",
version="0.4.0",
version="0.4.1",
description=description,
long_description=long_description,
license="LGPLv3+",
Expand Down

0 comments on commit de6e032

Please sign in to comment.