gopher-mcp-python-native-win32-arm64 0.1.2__tar.gz → 0.1.14__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gopher-mcp-python-native-win32-arm64
3
- Version: 0.1.2
3
+ Version: 0.1.14
4
4
  Summary: Native library for gopher-mcp-python (Windows ARM64)
5
5
  Author-email: Gopher Security <dev@gophersecurity.com>
6
6
  License: Apache-2.0
@@ -7,7 +7,7 @@ This package contains the native gopher-mcp-python library for Windows on ARM64.
7
7
  import os
8
8
  from pathlib import Path
9
9
 
10
- __version__ = "0.1.2"
10
+ __version__ = "0.1.14"
11
11
 
12
12
  # Platform identifier
13
13
  PLATFORM = "win32"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gopher-mcp-python-native-win32-arm64
3
- Version: 0.1.2
3
+ Version: 0.1.14
4
4
  Summary: Native library for gopher-mcp-python (Windows ARM64)
5
5
  Author-email: Gopher Security <dev@gophersecurity.com>
6
6
  License: Apache-2.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "gopher-mcp-python-native-win32-arm64"
7
- version = "0.1.2"
7
+ version = "0.1.14"
8
8
  description = "Native library for gopher-mcp-python (Windows ARM64)"
9
9
  readme = "README.md"
10
10
  license = {text = "Apache-2.0"}