https://github.com/softwaresystemslaboratory/version-utility
Utility tool to bump versions of projects
https://github.com/softwaresystemslaboratory/version-utility
Last synced: 26 days ago
JSON representation
Utility tool to bump versions of projects
- Host: GitHub
- URL: https://github.com/softwaresystemslaboratory/version-utility
- Owner: SoftwareSystemsLaboratory
- License: bsd-3-clause
- Created: 2022-06-07T03:43:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T20:08:30.000Z (over 1 year ago)
- Last Synced: 2025-04-23T15:15:15.921Z (26 days ago)
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Software and Systems Laboratory Version Utility
> Utility tool to bump versions of projects
## Table of Contents
- [Software and Systems Laboratory Version Utility](#software-and-systems-laboratory-version-utility)
- [Table of Contents](#table-of-contents)
- [About](#about)
- [Install](#install)
- [Command Line Options](#command-line-options)## About
This is a tool to be used on Software and Systems Laboratory (SSL) software
projects for managing versions in different build systems.## Install
We are releasing this software on GitHub alone as other solutions exist for
this problem.You can find the latest release for this tool [here](https://github.com/SoftwareSystemsLaboratory/version-utility/releases/latest).
## Command Line Options
```shell
usage: Utility tool to handle versions of Software and Systems Laboratory (SSL) projectsThis utility is meant to be used as a development dependency to version bump a project, or to retrieve the version number for a SSL project.
options:
-f FILE, --file FILE Filepath to change project version. DEFAULT: pyproject.toml
-h, --help show this help message and exit
-r, --read-version Flag to read version value from file: DEFAULT: False
-s SET_VERSION, --set-version SET_VERSION
Set version of project to a value. DEFAULT: None
-v, --version Print version of the toolAuthor(s): Software and Systems Laboratory - Loyola University Chicago
```