We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f169858 + 7a27501 commit 95325e2Copy full SHA for 95325e2
3 files changed
VERSION
@@ -1 +1 @@
1
-1.1
+0.2.0
mkdocs.yml
@@ -1,6 +1,7 @@
site_name: Network Security Game
2
theme:
3
name: material
4
+ user_color_mode_toggle: true
5
6
nav:
7
- Home: index.md
netsecgame/__init__.py
@@ -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 (
0 commit comments