Skip to content

Commit d0ab704

Browse files
committed
Bump version: 0.4.7 → 0.4.8
1 parent c65ce00 commit d0ab704

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[bumpversion]
2-
current_version = 0.4.7
2+
current_version = 0.4.8
33
commit = True
44
tag = True
55

66
[bumpversion:file:setup.py]
77

88
[bumpversion:file:src/axelrod_fortran/__init__.py]
9-

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def read(*names, **kwargs):
2727

2828
setup(
2929
name='axelrod-fortran',
30-
version='0.4.7',
30+
version='0.4.8',
3131
license='MIT license',
3232
description='Python wrapper for strategies originally written in Fortran',
3333
long_description='%s\n%s' % (

src/axelrod_fortran/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.7"
1+
__version__ = "0.4.8"
22

33
from .player import Player
44
from .strategies import (all_strategies, characteristics,

0 commit comments

Comments
 (0)