Skip to content

Commit cf8d069

Browse files
committed
Bump version to 2.0.3
1 parent d292e32 commit cf8d069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sortedcontainers/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
]
6868

6969
__title__ = 'sortedcontainers'
70-
__version__ = '2.0.2'
71-
__build__ = 0x020002
70+
__version__ = '2.0.3'
71+
__build__ = 0x020003
7272
__author__ = 'Grant Jenks'
7373
__license__ = 'Apache 2.0'
7474
__copyright__ = '2014-2018, Grant Jenks'

0 commit comments

Comments
 (0)