platomo/Update Version
Updates a version variable in a python file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version number to set. Defaults to "nightly". | no | nightly |
| variable | Name of the variable to look for. Defaults to "__version__". | no | __version__ |
| file-path | Path to the package containing the version.py file. | no | . |
| file-name | Name of the file to change. Defaults to "version.py". | no | version.py |
Outputs
no outputs