Skip to content

Commit f652e16

Browse files
committed
Bump version: 0.4.2 → 0.4.3
1 parent 3ce5c50 commit f652e16

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

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

0 commit comments

Comments
 (0)