A version-aware library that can be asked for the version of the library.
Project description
lib-version
A version-aware library that can can be asked for the version of the library.
Methods
get_version(): Returns the version of the library.print_version(): Prints the version of the library.
Usage
from lib_version_team11 import VersionUtil
# Get the version of the library
version = VersionUtil.get_version()
Installation
pip install lib_version_team11
Releasing
Create a new git tag and push it to the repository. The CI/CD pipeline will automatically publish the new version to PyPi.
git tag v0.1.0
git push origin v0.1.0
Note: The version number should follow the semantic versioning format, i.e., vX.Y.Z where X, Y, and Z are non-negative integers. Note that the version number should be prefixed with a v.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lib_version_team11-0.0.1.tar.gz.
File metadata
- Download URL: lib_version_team11-0.0.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50bf2c67f6191848f4333cc2a2c4476520b418ee11e11c05bc9d1c02f5254c7a
|
|
| MD5 |
44f394d52f4c1f6842f6387be38a7e8c
|
|
| BLAKE2b-256 |
abd842c8cb8c1224fd2aa634c6d554465461f60db0b791e6cf478df0be3010f1
|
File details
Details for the file lib_version_team11-0.0.1-py3-none-any.whl.
File metadata
- Download URL: lib_version_team11-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b91d3f3a7383a6a1847662dee229d6baaeb7e1825e20f5f429dd59f6cccf44fd
|
|
| MD5 |
cfa01f14d4ca6140923190b707c291c1
|
|
| BLAKE2b-256 |
95ae2157fa37efcf424cc360121119a9b8b6167681edca2d9f127e3019cc7039
|