File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11Metadata-Version: 1.0
22Name: pycomb
3- Version: 0.1.0
3+ Version: 0.1.1
44Summary: It provides a means to apply runtime type checking.
55Home-page: https://github.com/fcracker79/pycomb
66Author: fcracker79
77Author-email: fcracker79@gmail.com
88License: MIT
9- Download-URL: https://github.com/fcracker79/pycomb/archive/v0.1.0 .zip
9+ Download-URL: https://github.com/fcracker79/pycomb/archive/v0.1.1 .zip
1010Description: It provides a means to apply runtime type checking.
1111
1212Installation
Original file line number Diff line number Diff line change 1- [](https://travis-ci.org/fcracker79/pycomb)
2-
31PyComb
42======
53
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def get_packages(path):
2424
2525packages = get_packages ('pycomb' )
2626setup (name = 'pycomb' ,
27- version = '0.1.0 ' ,
27+ version = '0.1.1 ' ,
2828 description = 'Python combination' ,
2929 url = 'https://github.com/fcracker79/pycomb' ,
3030 author = 'fcracker79' ,
You can’t perform that action at this time.
0 commit comments