Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
szaghi committed Aug 1, 2017
1 parent fa5aaaf commit de7c88b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/main/python/fobis/FoBiSConfig.py
@@ -1,3 +1,10 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: src/main/python/fobis/FoBiSConfig.py
# Author: Stefano Zaghi <stefano.zaghi@gmail.com>
# Date: 01.08.2017
# Last Modified Date: 01.08.2017
# Last Modified By: Stefano Zaghi <stefano.zaghi@gmail.com>
"""
FoBiSConfig.py, module definition of FoBiS.py configuration.
"""
Expand Down Expand Up @@ -28,7 +35,7 @@
from .utils import syswork

__appname__ = "FoBiS.py"
__version__ = "2.2.5"
__version__ = "2.2.6"
__author__ = "Stefano Zaghi"
__author_email__ = "stefano.zaghi@gmail.com"
__license__ = "GNU General Public License v3 (GPLv3)"
Expand Down

0 comments on commit de7c88b

Please sign in to comment.