Skip to content

Commit fc19cfe

Browse files
committed
Change version to 2.0.0
1 parent aae116d commit fc19cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

switch_model/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Licensed under the Apache License, Version 2.0, which is in the LICENSE file.
33
"""
44
This file should only include the version. Do not import any packages or
5-
modules in here because this file needs to be executed before SWITCH is
5+
modules here because this file needs to be executed before SWITCH is
66
installed and executed in environments that don't have any dependencies
77
installed.
88
"""
9-
__version__='2.0.0b4'
9+
__version__='2.0.0'

0 commit comments

Comments
 (0)