Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nestorsalceda committed Dec 11, 2017
1 parent a764d1c commit 75d7495
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## Version 0.9.1

* Just a little fix for pypi installation :)

## Version 0.9

* Add filtering support using tags
Expand Down
2 changes: 1 addition & 1 deletion mamba/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.9'
__version__ = '0.9.1'


def description(message):
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
packages=find_packages(exclude=['ez_setup', 'examples', 'spec', 'spec.*']),
include_package_data=True,
zip_safe=False,
install_requires=['clint', 'coverage'],
test_require=['expect', 'doublex', 'doublex-expects', 'mock'],
entry_points={
'console_scripts': [
'mamba = mamba.cli:main'
Expand Down

1 comment on commit 75d7495

@gardenunez
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

Please sign in to comment.