Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
preciserobot committed Sep 20, 2016
1 parent 004ef09 commit ae0bcbe
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion zippy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__doc__=="""Zippy"""
__author__ = "David Brawand"
__license__ = "MIT"
__version__ = "2.2.2"
__version__ = "2.3.0"
__maintainer__ = "David Brawand"
__email__ = "[email protected]"
__status__ = "Production"
Expand Down
2 changes: 1 addition & 1 deletion zippy/zippy.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__author__ = "David Brawand"
__credits__ = ['David Brawand','Christopher Wall']
__license__ = "MIT"
__version__ = "2.2.2"
__version__ = "2.3.0"
__maintainer__ = "David Brawand"
__email__ = "[email protected]"
__status__ = "Production"
Expand Down
2 changes: 1 addition & 1 deletion zippy/zippylib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__doc__=="""Zippy"""
__author__ = "David Brawand"
__license__ = "MIT"
__version__ = "2.2.2"
__version__ = "2.3.0"
__maintainer__ = "David Brawand"
__email__ = "[email protected]"
__status__ = "Production"
Expand Down
2 changes: 1 addition & 1 deletion zippy/zippylib/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__doc__=="""SQLITE Database API"""
__author__ = "David Brawand"
__license__ = "MIT"
__version__ = "2.2.2"
__version__ = "2.3.0"
__maintainer__ = "David Brawand"
__email__ = "[email protected]"
__status__ = "Production"
Expand Down
2 changes: 1 addition & 1 deletion zippy/zippylib/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__doc__=="""File parsing classes"""
__author__ = "David Brawand"
__license__ = "MIT"
__version__ = "2.2.2"
__version__ = "2.3.0"
__maintainer__ = "David Brawand"
__email__ = "[email protected]"
__status__ = "Production"
Expand Down
2 changes: 1 addition & 1 deletion zippy/zippylib/interval.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__doc__=="""Interval Lists"""
__author__ = "David Brawand"
__license__ = "MIT"
__version__ = "2.2.2"
__version__ = "2.3.0"
__maintainer__ = "David Brawand"
__email__ = "[email protected]"
__status__ = "Production"
Expand Down
2 changes: 1 addition & 1 deletion zippy/zippylib/primer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__doc__=="""Primer3 Classes"""
__author__ = "David Brawand"
__license__ = "MIT"
__version__ = "2.2.2"
__version__ = "2.3.0"
__maintainer__ = "David Brawand"
__email__ = "[email protected]"
__status__ = "Production"
Expand Down
2 changes: 1 addition & 1 deletion zippy/zippylib/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__doc__=="""Report Generator"""
__author__ = "David Brawand"
__license__ = "MIT"
__version__ = "2.2.2"
__version__ = "2.3.0"
__maintainer__ = "David Brawand"
__email__ = "[email protected]"
__status__ = "Production"
Expand Down

0 comments on commit ae0bcbe

Please sign in to comment.