Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyus authored Mar 15, 2024
1 parent dfa5be4 commit f03276f
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-11
# @version: v0.0.4
# @version: v0.0.5
###
__VERSION__ = "v0.0.4"
__VERSION__ = "v0.0.5"
__VERSION_STR__ = f"{__name__} v{__VERSION__}"
# @TODO: update
# Order of execution is as follows: (outdated...)
Expand Down

0 comments on commit f03276f

Please sign in to comment.