Skip to content

Commit 4834c57

Browse files
committed
Bump version to v0.12.0
1 parent 4b4c8f2 commit 4834c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shynet/shynet/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
load_dotenv()
2323

2424
# Increment on new releases
25-
VERSION = "0.11.0"
25+
VERSION = "0.12.0"
2626

2727
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
2828
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

0 commit comments

Comments
 (0)