Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimieMurdock committed Apr 24, 2018
1 parent d17f345 commit 8639f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,7 +38,7 @@

setup(
name = "vsm",
version = "0.4.10",
version = "0.4.11",
description = ('Vector Space Semantic Modeling Framework '\
'for the Indiana Philosophy Ontology Project'),
author = "The Indiana Philosophy Ontology (InPhO) Project",
Expand Down
2 changes: 1 addition & 1 deletion vsm/__init__.py
Expand Up @@ -26,7 +26,7 @@
import vsm.viewer
from vsm.viewer import *

__version__ = '0.4.10'
__version__ = '0.4.11'

__all__ = ['__version__']
__all__ += vsm.corpus.__all__[:]
Expand Down

0 comments on commit 8639f89

Please sign in to comment.