Bump version to 1.0.1
This commit is contained in:
@ -30,7 +30,7 @@ from yaml import load as yload
|
||||
from yaml import SafeLoader
|
||||
|
||||
|
||||
VERSION = "1.0"
|
||||
VERSION = "1.0.1"
|
||||
|
||||
DEFAULT_STORE_DATA = {"cfgfile": "/etc/pvc/pvc.conf"}
|
||||
DEFAULT_STORE_FILENAME = "pvc.json"
|
||||
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "pvc"
|
||||
version = "1.0"
|
||||
version = "1.0.1"
|
||||
dependencies = [
|
||||
"Click",
|
||||
"PyYAML",
|
||||
|
Reference in New Issue
Block a user