Codebase list python-panwid / 2d451f8
Bump version: 0.2.2.dev5 → 0.2.2.dev6 Tony Cebzanov 6 years ago
3 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 [bumpversion]
11 commit = True
22 tag = True
3 current_version = 0.2.2.dev5
3 current_version = 0.2.2.dev6
44 parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.dev(?P<dev>\d+))?
55 serialize =
66 {major}.{minor}.{patch}.dev{dev}
66 from . import keymap
77 from .keymap import *
88
9 __version__ = "0.2.2.dev5"
9 __version__ = "0.2.2.dev6"
1010
1111 __all__ = (
1212 listbox.__all__
77
88 name = 'panwid'
99 setup(name=name,
10 version='0.2.2.dev5',
10 version='0.2.2.dev6',
1111 description='Useful widgets for urwid',
1212 author='Tony Cebzanov',
1313 author_email='tonycpsu@gmail.com',