mirror of
https://github.com/cupcakearmy/glyphance.git
synced 2024-12-22 08:06:29 +00:00
bump version
This commit is contained in:
parent
e581778e12
commit
853fad31de
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "glyphance"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
description = ""
|
||||
authors = ["Niccolo Borgioli <hi@nicco.io>"]
|
||||
license = "MIT"
|
||||
|
@ -8,7 +8,7 @@ from config import load, validate
|
||||
|
||||
|
||||
@click.command()
|
||||
@click.version_option("0.1.0")
|
||||
@click.version_option("1.0.0")
|
||||
@click.option('-v', '--verbose', is_flag=True, default=False, help="Run in verbose mode.")
|
||||
@click.option('-c', '--config', type=click.Path(), required=True, help="Path to the config file.")
|
||||
@click.option('-o', '--output-directory', type=click.Path(), help="Path to the output directory.")
|
||||
|
Loading…
Reference in New Issue
Block a user