Skip to content

Commit

Permalink
Bump version: 3.0.2 → 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
javipalanca committed Sep 12, 2018
1 parent c940a34 commit 8dd8adf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.2
current_version = 3.0.3
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@ def parse_requirements(filename):

setup(
name='spade',
version='3.0.2',
version='3.0.3',
description="Smart Python Agent Development Environment",
long_description=readme + '\n\n' + history,
author="Javi Palanca",
Expand Down
2 changes: 1 addition & 1 deletion spade/__init__.py
Expand Up @@ -7,6 +7,6 @@

__author__ = """Javi Palanca"""
__email__ = 'jpalanca@gmail.com'
__version__ = '3.0.2'
__version__ = '3.0.3'

__all__ = ["agent", "behaviour", "message", "template"]

0 comments on commit 8dd8adf

Please sign in to comment.