Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1
0.2.0
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
site_name: Network Security Game
theme:
name: material
user_color_mode_toggle: true

nav:
- Home: index.md
Expand Down
2 changes: 1 addition & 1 deletion netsecgame/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# add imports so that they are available when importing the package NetSecGame
# e.g., from NetSecGame import GameState

__version__ = "0.1.0"
__version__ = "0.2.0"

# Game components
from .game_components import (
Expand Down
Loading