Skip to content

Commit

Permalink
Merge pull request #13 from runrunm/main
Browse files Browse the repository at this point in the history
Change version for retriggering GitHub action
  • Loading branch information
seb5g authored Oct 27, 2024
2 parents e83d47e + 8c6ffaa commit 1f9429a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.0
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
Expand Down
5 changes: 2 additions & 3 deletions plugin_info.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## To modify by developper(s) of the plugin

[plugin-info]
SHORT_PLUGIN_NAME = 'newport' #for instance daqmx
package-url = 'https://github.com/PyMoDAQ/pymodaq_plugins_newport' #to modify
SHORT_PLUGIN_NAME = 'newport'
package-url = 'https://github.com/PyMoDAQ/pymodaq_plugins_newport'
description = 'Set of PyMoDAQ plugins for instruments from Newport (Conex, ESP100, SMC100, AG-CU8, ...)'

author = 'Sébastien Weber'
Expand All @@ -12,7 +12,6 @@ license = 'MIT'
[plugin-install]
#packages required for your plugin:
packages-required = ['pyvisa', 'pymodaq>=4.3.0', 'pythonnet', 'pylablib']
##

[features] # defines the plugin features contained into this plugin
instruments = true # true if plugin contains instrument classes (else false, notice the lowercase for toml files)
Expand Down
2 changes: 1 addition & 1 deletion src/pymodaq_plugins_newport/resources/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1

0 comments on commit 1f9429a

Please sign in to comment.