Skip to content

Commit 4502c65

Browse files
committed
Bump version: 0.4.5 → 0.4.6
1 parent 12d3cfa commit 4502c65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.5
2+
current_version = 0.4.6
33
commit = True
44
tag = True
55

Diff for: 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.5',
30+
version='0.4.6',
3131
license='MIT license',
3232
description='Python wrapper for strategies originally written in Fortran',
3333
long_description='%s\n%s' % (

Diff for: src/axelrod_fortran/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.5"
1+
__version__ = "0.4.6"
22

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

0 commit comments

Comments
 (0)