Skip to content

Commit ea40dcd

Browse files
author
Ryan John Peck
committed
Update to Version v0.0.4
1 parent e98fa26 commit ea40dcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ deploy:
2121
on:
2222
branch: master
2323
tags: true
24-
python: 3.6
24+
python: 3.7
2525
repo: RyPeck/python-ipgroup

Diff for: ipgroup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from itertools import combinations
3131

3232

33-
__version__ = '0.0.2'
33+
__version__ = '0.0.4'
3434

3535

3636
class _BaseGroup:

0 commit comments

Comments
 (0)