Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit d88f186

Browse files
committed
set version to 1.3.3
1 parent 65db8c3 commit d88f186

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sleekxmpp/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# We don't want to have to import the entire library
1010
# just to get the version info for setup.py
1111

12-
__version__ = '1.3.2'
13-
__version_info__ = (1, 3, 2, '', 0)
12+
__version__ = '1.3.3'
13+
__version_info__ = (1, 3, 3, '', 0)

0 commit comments

Comments
 (0)