Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyus committed Aug 11, 2022
1 parent fd2d15a commit 650a2fc
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
@@ -1,8 +1,8 @@
###
# pyflamegpu Prisoner's Dilemma Agent Based Model
# @author: @zeyus and @EwBew
# @date: 2020-08-09
# @version: v0.0.3
# @date: 2020-08-11
# @version: v0.0.4
###
__VERSION__ = "v0.0.4"
__VERSION_STR__ = f"{__name__} v{__VERSION__}"
Expand Down

0 comments on commit 650a2fc

Please sign in to comment.