memorysync 1.7.1__tar.gz → 1.7.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,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: memorysync
3
- Version: 1.7.1
3
+ Version: 1.7.2
4
4
  Summary: Official Python client for the MemorySync API.
5
5
  Project-URL: Homepage, https://memorysync.io
6
6
  Project-URL: Documentation, https://docs.memorysync.io
@@ -4,7 +4,10 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "memorysync"
7
- version = "1.7.1"
7
+ # Sourced from src/memorysync/_version.py rather than written here, so the
8
+ # packaged version and the one the library reports cannot disagree. They did:
9
+ # 1.7.1 went to PyPI while __version__ and the User-Agent both still said 1.7.0.
10
+ dynamic = ["version"]
8
11
  description = "Official Python client for the MemorySync API."
9
12
  readme = "README.md"
10
13
  license = { text = "MIT" }
@@ -50,6 +53,9 @@ Changelog = "https://docs.memorysync.io/release-notes"
50
53
  Support = "https://docs.memorysync.io/debugging/support"
51
54
  Status = "https://status.memorysync.io"
52
55
 
56
+ [tool.hatch.version]
57
+ path = "src/memorysync/_version.py"
58
+
53
59
  [tool.hatch.build.targets.wheel]
54
60
  packages = ["src/memorysync"]
55
61
 
@@ -0,0 +1 @@
1
+ __version__ = "1.7.2"
@@ -1 +0,0 @@
1
- __version__ = "1.7.0"
File without changes
File without changes
File without changes