Skip to content

Commit 95325e2

Browse files
authored
Merge pull request #497 from stratosphereips/ondra-prepare-0.2.0-release
Ondra prepare 0.2.0 release
2 parents f169858 + 7a27501 commit 95325e2

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1
1+
0.2.0

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
site_name: Network Security Game
22
theme:
33
name: material
4+
user_color_mode_toggle: true
45

56
nav:
67
- Home: index.md

netsecgame/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# add imports so that they are available when importing the package NetSecGame
22
# e.g., from NetSecGame import GameState
33

4-
__version__ = "0.1.0"
4+
__version__ = "0.2.0"
55

66
# Game components
77
from .game_components import (

0 commit comments

Comments
 (0)