gremlinpython 3.5.7__tar.gz → 3.5.8__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.
Files changed (41) hide show
  1. {gremlinpython-3.5.7/gremlinpython.egg-info → gremlinpython-3.5.8}/PKG-INFO +1 -1
  2. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/__version__.py +2 -2
  3. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/useragent.py +1 -1
  4. {gremlinpython-3.5.7 → gremlinpython-3.5.8/gremlinpython.egg-info}/PKG-INFO +1 -1
  5. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/LICENSE +0 -0
  6. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/MANIFEST.in +0 -0
  7. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/NOTICE +0 -0
  8. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/README.rst +0 -0
  9. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/__init__.py +0 -0
  10. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/__init__.py +0 -0
  11. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/aiohttp/__init__.py +0 -0
  12. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/aiohttp/transport.py +0 -0
  13. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/client.py +0 -0
  14. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/connection.py +0 -0
  15. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/driver_remote_connection.py +0 -0
  16. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/protocol.py +0 -0
  17. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/remote_connection.py +0 -0
  18. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/request.py +0 -0
  19. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/resultset.py +0 -0
  20. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/serializer.py +0 -0
  21. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/driver/transport.py +0 -0
  22. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/process/__init__.py +0 -0
  23. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/process/anonymous_traversal.py +0 -0
  24. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/process/graph_traversal.py +0 -0
  25. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/process/strategies.py +0 -0
  26. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/process/translator.py +0 -0
  27. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/process/traversal.py +0 -0
  28. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/statics.py +0 -0
  29. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/structure/__init__.py +0 -0
  30. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/structure/graph.py +0 -0
  31. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/structure/io/__init__.py +0 -0
  32. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/structure/io/graphbinaryV1.py +0 -0
  33. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/structure/io/graphsonV2d0.py +0 -0
  34. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/structure/io/graphsonV3d0.py +0 -0
  35. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlin_python/structure/io/util.py +0 -0
  36. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlinpython.egg-info/SOURCES.txt +0 -0
  37. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlinpython.egg-info/dependency_links.txt +0 -0
  38. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlinpython.egg-info/requires.txt +0 -0
  39. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/gremlinpython.egg-info/top_level.txt +0 -0
  40. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/setup.cfg +0 -0
  41. {gremlinpython-3.5.7 → gremlinpython-3.5.8}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gremlinpython
3
- Version: 3.5.7
3
+ Version: 3.5.8
4
4
  Summary: Gremlin-Python for Apache TinkerPop
5
5
  Home-page: http://tinkerpop.apache.org
6
6
  License: Apache 2
@@ -16,5 +16,5 @@ KIND, either express or implied. See the License for the
16
16
  specific language governing permissions and limitations
17
17
  under the License.
18
18
  '''
19
- version = '3.5.7'
20
- timestamp = 1691168509
19
+ version = '3.5.8'
20
+ timestamp = 1701712643
@@ -18,7 +18,7 @@
18
18
  #
19
19
  import platform
20
20
 
21
- gremlin_version = "3.5.7" # DO NOT MODIFY - Configured automatically by Maven Replacer Plugin
21
+ gremlin_version = "3.5.8" # DO NOT MODIFY - Configured automatically by Maven Replacer Plugin
22
22
 
23
23
  def _generate_user_agent():
24
24
  application_name = "NotAvailable"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gremlinpython
3
- Version: 3.5.7
3
+ Version: 3.5.8
4
4
  Summary: Gremlin-Python for Apache TinkerPop
5
5
  Home-page: http://tinkerpop.apache.org
6
6
  License: Apache 2
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes