Skip to content

Commit 9458257

Browse files
committed
update to version 1.0.1
1 parent e40ac72 commit 9458257

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nuber"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Moshe Sherman <[email protected]>"]
55
edition = "2018"
66
readme = "README.md"

nuber/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import click
33
import signal
44

5-
__version__ = '1.0.0'
5+
__version__ = '1.0.1'
66

77
@click.command()
88
@click.argument("book", type=click.Path(exists=True))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies = ["ueberzug>=18.1.9", "appdirs>=1.4.4", "click>=8.0.1"]
44

55
[tool.poetry]
66
name = "nuber"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "epub terminal reader with inline images"
99
authors = ["Moshe Sherman <[email protected]>"]
1010

0 commit comments

Comments
 (0)