Skip to content

Commit 5844636

Browse files
committed
Bump version: 0.4.4 → 0.4.5
1 parent 2579db3 commit 5844636

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.4
2+
current_version = 0.4.5
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.4',
30+
version='0.4.5',
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.4"
1+
__version__ = "0.4.5"
22

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

0 commit comments

Comments
 (0)