File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- [ ![ image] ( https://img.shields.io/badge/pypi-v1.20 .0-blue.svg )] ( https://pypi.org/project/moler/ )
1
+ [ ![ image] ( https://img.shields.io/badge/pypi-v1.21 .0-blue.svg )] ( https://pypi.org/project/moler/ )
2
2
[ ![ image] ( https://img.shields.io/badge/python-2.7%20%7C%203.6%20%7C%203.7%20%7C%203.8-blue.svg )] ( https://pypi.org/project/moler/ )
3
3
[ ![ Build Status] ( https://travis-ci.org/nokia/moler.svg?branch=master )] ( https://travis-ci.org/nokia/moler )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/nokia/moler/badge.svg?branch=master )] ( https://coveralls.io/github/nokia/moler?branch=master )
Original file line number Diff line number Diff line change 24
24
author = 'Nokia'
25
25
26
26
# The short X.Y version
27
- version = '1.20 .0'
27
+ version = '1.21 .0'
28
28
# The full version, including alpha/beta/rc tags
29
29
release = 'stable'
30
30
Original file line number Diff line number Diff line change 13
13
14
14
setup (
15
15
name = 'moler' , # Required
16
- version = '1.20 .0' , # Required
16
+ version = '1.21 .0' , # Required
17
17
description = 'Moler is library to help in building automated tests' , # Required
18
18
long_description = long_description , # Optional
19
19
long_description_content_type = 'text/markdown' , # Optional (see note above)
You can’t perform that action at this time.
0 commit comments