Skip to content

Commit

Permalink
update to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshrmn committed Mar 4, 2022
1 parent cd48fe7 commit 45c958e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "nuber"
version = "0.1.0"
version = "1.0.0"
authors = ["Moshe Sherman <moshesher1998@gmail.com>"]
edition = "2018"
readme = "README.md"

[lib]
name = "nuber"
Expand Down
2 changes: 1 addition & 1 deletion nuber/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import click
import signal

__version__ = '0.1.0'
__version__ = '1.0.0'

@click.command()
@click.argument("book", type=click.Path(exists=True))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies = ["ueberzug>=18.1.9", "appdirs>=1.4.4", "click>=8.0.1"]

[tool.poetry]
name = "nuber"
version = "0.1.0"
version = "1.0.0"
description = "epub terminal reader with inline images"
authors = ["Moshe Sherman <mtshrmn@gmail.com>"]

Expand Down

0 comments on commit 45c958e

Please sign in to comment.