diff --git a/shynet/shynet/settings.py b/shynet/shynet/settings.py index e4614819..10967f60 100644 --- a/shynet/shynet/settings.py +++ b/shynet/shynet/settings.py @@ -22,7 +22,7 @@ load_dotenv() # Increment on new releases -VERSION = "0.11.0" +VERSION = "0.12.0" # Build paths inside the project like this: os.path.join(BASE_DIR, ...) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))