File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased] [ ]
44
5- [ Unreleased ] : https://github.com/chaostoolkit/chaostoolkit-addons/compare/0.1.0...HEAD
5+ [ Unreleased ] : https://github.com/chaostoolkit/chaostoolkit-addons/compare/0.1.1...HEAD
6+
7+ ## [ 0.1.1] [ ]
8+
9+ [ 0.1.1 ] : https://github.com/chaostoolkit/chaostoolkit-addons/compare/0.1.0...0.1.1
10+
11+ ### Added
12+
13+ - MANIFEST.in
614
715## [ 0.1.0] [ ]
816
Original file line number Diff line number Diff line change 1+ include README.md
2+ include requirements.txt
3+ include requirements-dev.txt
4+ include LICENSE
5+ include CHANGELOG.md
Original file line number Diff line number Diff line change 33
44if __name__ == '__main__' :
55 setup (
6+ use_scm_version = True ,
67 name = "chaostoolkit-addons" ,
7- version = "0.1.0 " ,
8+ version = "0.1.1 " ,
89 )
You can’t perform that action at this time.
0 commit comments