np-services 0.1.50__tar.gz → 0.1.51__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.1
2
2
  Name: np-services
3
- Version: 0.1.50
3
+ Version: 0.1.51
4
4
  Summary: Tools for interfacing with devices and services used in Mindscope Neuropixels experiments at the Allen Institute.
5
5
  Author: bjhardcastle
6
6
  Author-email: ben.hardcastle@alleninstitute.org
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "np-services"
3
- version = "0.1.50"
3
+ version = "0.1.51"
4
4
  description = "Tools for interfacing with devices and services used in Mindscope Neuropixels experiments at the Allen Institute."
5
5
  authors = ["bjhardcastle <ben.hardcastle@alleninstitute.org>"]
6
6
  readme = "README.md"
@@ -24,7 +24,7 @@ install_requires = \
24
24
 
25
25
  setup_kwargs = {
26
26
  'name': 'np-services',
27
- 'version': '0.1.50',
27
+ 'version': '0.1.51',
28
28
  'description': 'Tools for interfacing with devices and services used in Mindscope Neuropixels experiments at the Allen Institute.',
29
29
  'long_description': '# service usage\n![Services](./services.drawio.svg)',
30
30
  'author': 'bjhardcastle',
@@ -1,4 +1,5 @@
1
1
  import np_services.open_ephys as OpenEphys
2
+ from np_services.stim_computer_theme_changer import *
2
3
  from np_services.protocols import *
3
4
  try:
4
5
  from np_services.proxies import *
File without changes