Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyus committed Aug 7, 2022
1 parent abffa02 commit 29c7dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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...)
Expand Down

0 comments on commit 29c7dae

Please sign in to comment.