Skip to content

Commit

Permalink
bumpversion 1.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
danielepantaleone committed Sep 27, 2015
1 parent 518ec6b commit 1b4b374
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.10.7
current_version = 1.10.8

[bumpversion:file:b3/__init__.py]

Expand Down
2 changes: 1 addition & 1 deletion b3/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: b3
Version: 1.10.7
Version: 1.10.8
Summary: BigBrotherBot (B3) is a cross-platform, cross-game game administration bot. Features in-game administration of game servers, multiple user access levels, and database storage. Currently include parsers for Call of Duty 1 to 8, Urban Terror (ioUrT 4.1 and 4.2), BF3, Arma II, CS:GO, Red Orchestra 2, BFBC2, MOH 2010, World of Padman, ETpro, Smokin' Guns, HomeFront, Open Arena, Altitude.
Home-page: http://www.bigbrotherbot.net
Author: Michael Thornton (ThorN), Tim ter Laak (ttlogic), Mark Weirath (xlr8or), Thomas Leveil (Courgette)
Expand Down
2 changes: 1 addition & 1 deletion b3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
from ConfigParser import NoSectionError

__author__ = 'ThorN'
__version__ = '1.10.7'
__version__ = '1.10.9'

modulePath = pkg_handler.resource_directory(__name__)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
from setuptools.command.egg_info import egg_info as orig_egg_info
from time import strftime

b3_version = '1.10.7'
b3_version = '1.10.8'
b3_version_info = b3.getB3versionInfo()

PROJECT_DIR = os.path.abspath(os.path.dirname(__file__)) # directory where this file is in
Expand Down

0 comments on commit 1b4b374

Please sign in to comment.