web-framework-api 3.1.1__tar.gz → 3.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  cmake_minimum_required(VERSION 3.27.0)
2
2
 
3
- project(python_api VERSION 3.1.1)
3
+ project(python_api VERSION 3.1.2)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: web_framework_api
3
- Version: 3.1.1
3
+ Version: 3.1.2
4
4
  Summary: Python API for WebFramework
5
5
  Keywords: Web
6
6
  Author-Email: LazyPanda07 <semengricenko@gmail.com>
@@ -17,7 +17,7 @@ maintainers = [
17
17
  { name = "LazyPanda07", email = "semengricenko@gmail.com" }
18
18
  ]
19
19
  keywords = ["Web"]
20
- version = "3.1.1"
20
+ version = "3.1.2"
21
21
  dependencies = [
22
22
  "multipledispatch",
23
23
  "requests",
@@ -9,7 +9,7 @@ from tqdm import tqdm
9
9
 
10
10
  WEB_FRAMEWORK_MAJOR_VERSION = "3"
11
11
  WEB_FRAMEWORK_MINOR_VERSION = "1"
12
- WEB_FRAMEWORK_PATCH_VERSION = "1"
12
+ WEB_FRAMEWORK_PATCH_VERSION = "2"
13
13
  WEB_FRAMEWORK_LIBRARIES_FILE_NAME = "libraries.zip"
14
14
  WEB_FRAMEWORK_DOWNLOAD_BLOCK_SIZE = 1024
15
15