Skip to content

Commit

Permalink
bump to version 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi committed Mar 20, 2018
1 parent 0c6e4d4 commit d8e0b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cfly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from . import utils

__all__ = ['compile_module', 'module_from_source', 'utils']
__version__ = '0.9.4'
__version__ = '0.9.5'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

setup(
name='cfly',
version='0.9.4',
version='0.9.5',
packages=['cfly'],
)

0 comments on commit d8e0b96

Please sign in to comment.