Skip to content

Commit a597828

Browse files
authored
Update version in middleware.py
1 parent eb496d8 commit a597828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moesifasgi/middleware.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def schedule_config_job(self):
9898

9999
def initialize_config(self):
100100
Configuration.BASE_URI = self.settings.get("BASE_URI", "https://api.moesif.net")
101-
Configuration.version = 'moesifasgi-python/1.0.10'
101+
Configuration.version = 'moesifasgi-python/1.1.0'
102102
self.LOG_BODY = self.settings.get("LOG_BODY", True)
103103

104104
self.app_config = AppConfig()

0 commit comments

Comments
 (0)