Skip to content

Commit 24667bb

Browse files
committed
bumped up version
1 parent 9245adb commit 24667bb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup, find_packages
66

77
long_description = """
8-
Canari Framework 3
8+
Canari Framework 3
99
==================
1010
1111
|Build Status| |Doc Status|
@@ -30,7 +30,7 @@
3030
3131
class HelloWorld(Transform):
3232
\"\"\"This transform says hello to a person entity.\"\"\"
33-
33+
3434
# The transform input entity type.
3535
input_type = Person
3636
@@ -103,7 +103,7 @@ def do_transform(self, request, response, config):
103103
setup(
104104
name='canari',
105105
author='Nadeem Douba',
106-
version='3.1.2',
106+
version='3.1.3',
107107
author_email='ndouba@gmail.com',
108108
description='Canari Framework - Maltego rapid transform development and execution framework.',
109109
long_description=long_description,

src/canari/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__credits__ = []
44

55
__license__ = 'GPLv3'
6-
__version__ = '3.1.2'
6+
__version__ = '3.1.3'
77
__maintainer__ = 'Nadeem Douba'
88
__email__ = 'ndouba@gmail.com'
99
__status__ = 'Development'

0 commit comments

Comments
 (0)