vup 0.1.0

Helps with bumping version numbers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "vup"
description = "Helps with bumping version numbers"
authors.workspace = true
version.workspace = true
readme.workspace = true
license.workspace = true
repository.workspace = true
edition.workspace = true

[dependencies]
log.workspace = true
thiserror.workspace = true