Skip to content

Commit f2d092e

Browse files
Add Python 3.9 to Travis CI tests, bump version.
1 parent 4d07023 commit f2d092e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- "3.6"
88
- "3.7"
99
- "3.8"
10+
- "3.9"
1011

1112
# command to install dependencies
1213
install:

Xlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Suite 330,
2020
# Boston, MA 02111-1307 USA
2121

22-
__version__ = (0, 28)
22+
__version__ = (0, 29)
2323

2424
__version_extra__ = ''
2525

0 commit comments

Comments
 (0)