mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-25 03:52:10 +00:00
4 lines
133 B
Python
4 lines
133 B
Python
import incremental
|
|
v = incremental.Version("package", 1, 2, 3, release_candidate=4)
|
|
assert(str(v) == "[package, version 1.2.3.rc4]")
|