Skip to content

Commit fdae20a

Browse files
authored
Scratch/bumpversion (#45)
* rev'd up version
1 parent 7a8f167 commit fdae20a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.1
2+
current_version = 3.1.3
33
commit = True
44
tag = True
55

fortifyapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.1.2'
1+
__version__ = '3.1.3'
22

33
from fortifyapi.client import *
44
from fortifyapi.query import Query

0 commit comments

Comments
 (0)