diff --git a/src/model.py b/src/model.py index f3a2234..9e3dd9a 100644 --- a/src/model.py +++ b/src/model.py @@ -2,9 +2,9 @@ # pyflamegpu Prisoner's Dilemma Agent Based Model # @author: @zeyus and @EwBew # @date: 2020-08-07 -# @version: 0.1 +# @version: v0.0.1 ### -__VERSION__ = 0.1 +__VERSION__ = "v0.0.1" __VERSION_STR__ = f"{__name__} v{__VERSION__}" # @TODO: update # Order of execution is as follows: (outdated...)