np-services 0.1.70__tar.gz → 0.1.71__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 (20) hide show
  1. {np_services-0.1.70 → np_services-0.1.71}/PKG-INFO +1 -1
  2. {np_services-0.1.70 → np_services-0.1.71}/pyproject.toml +3 -3
  3. {np_services-0.1.70 → np_services-0.1.71}/src/np_services.egg-info/PKG-INFO +1 -1
  4. {np_services-0.1.70 → np_services-0.1.71}/README.md +0 -0
  5. {np_services-0.1.70 → np_services-0.1.71}/setup.cfg +0 -0
  6. {np_services-0.1.70 → np_services-0.1.71}/src/np_services/__init__.py +0 -0
  7. {np_services-0.1.70 → np_services-0.1.71}/src/np_services/open_ephys.py +0 -0
  8. {np_services-0.1.70 → np_services-0.1.71}/src/np_services/protocols.py +0 -0
  9. {np_services-0.1.70 → np_services-0.1.71}/src/np_services/proxies.py +0 -0
  10. {np_services-0.1.70 → np_services-0.1.71}/src/np_services/resources/__init__.py +0 -0
  11. {np_services-0.1.70 → np_services-0.1.71}/src/np_services/resources/mvr_connector.py +0 -0
  12. {np_services-0.1.70 → np_services-0.1.71}/src/np_services/resources/zro.py +0 -0
  13. {np_services-0.1.70 → np_services-0.1.71}/src/np_services/scripts/pretest.py +0 -0
  14. {np_services-0.1.70 → np_services-0.1.71}/src/np_services/stim_computer_theme_changer.py +0 -0
  15. {np_services-0.1.70 → np_services-0.1.71}/src/np_services/utils.py +0 -0
  16. {np_services-0.1.70 → np_services-0.1.71}/src/np_services.egg-info/SOURCES.txt +0 -0
  17. {np_services-0.1.70 → np_services-0.1.71}/src/np_services.egg-info/dependency_links.txt +0 -0
  18. {np_services-0.1.70 → np_services-0.1.71}/src/np_services.egg-info/entry_points.txt +0 -0
  19. {np_services-0.1.70 → np_services-0.1.71}/src/np_services.egg-info/requires.txt +0 -0
  20. {np_services-0.1.70 → np_services-0.1.71}/src/np_services.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: np-services
3
- Version: 0.1.70
3
+ Version: 0.1.71
4
4
  Summary: Tools for interfacing with devices and services used in Mindscope Neuropixels experiments at the Allen Institute.
5
5
  Author-email: bjhardcastle <ben.hardcastle@alleninstitute.org>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -18,7 +18,7 @@ dependencies = [
18
18
  "npc-mvr>=0.1.2",
19
19
  ]
20
20
  name = "np-services"
21
- version = "0.1.70"
21
+ version = "0.1.71"
22
22
  description = "Tools for interfacing with devices and services used in Mindscope Neuropixels experiments at the Allen Institute."
23
23
  readme = "README.md"
24
24
  classifiers = [
@@ -55,7 +55,7 @@ commit = true
55
55
  commit_args = "-a"
56
56
  message = "Bump version: {current_version} → {new_version} [skip actions]"
57
57
  pre_commit_hooks = [
58
- "uv lock --upgrade-package np_workflows",
58
+ "uv lock --upgrade-package np_services",
59
59
  "git-changelog -o CHANGELOG.md",
60
60
  "uv build",
61
61
  "uv publish",
@@ -78,7 +78,7 @@ release = ["bump_pub_tag"]
78
78
  where = ["src"]
79
79
 
80
80
  [tool.setuptools.package-data]
81
- np_workflows = ["py.typed"]
81
+ np_services = ["py.typed"]
82
82
 
83
83
  [tool.setuptools]
84
84
  license-files = ["LICENSE"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: np-services
3
- Version: 0.1.70
3
+ Version: 0.1.71
4
4
  Summary: Tools for interfacing with devices and services used in Mindscope Neuropixels experiments at the Allen Institute.
5
5
  Author-email: bjhardcastle <ben.hardcastle@alleninstitute.org>
6
6
  Classifier: Programming Language :: Python :: 3
File without changes
File without changes