Skip to content

Commit

Permalink
update to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshrmn committed Mar 6, 2022
1 parent e40ac72 commit 9458257
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nuber"
version = "1.0.0"
version = "1.0.1"
authors = ["Moshe Sherman <[email protected]>"]
edition = "2018"
readme = "README.md"
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__ = '1.0.0'
__version__ = '1.0.1'

@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 = "1.0.0"
version = "1.0.1"
description = "epub terminal reader with inline images"
authors = ["Moshe Sherman <[email protected]>"]

Expand Down

0 comments on commit 9458257

Please sign in to comment.