Skip to content

Commit

Permalink
add more facts
Browse files Browse the repository at this point in the history
  • Loading branch information
TabulateJarl8 committed Nov 29, 2022
1 parent 0f6707d commit 2ac0278
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 78 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ $ pip3 install randfacts

### Installation via AUR:

Via your AUR helper, like paru:
```sh
paru -S python-randfacts
```

Or manually
```sh
$ git clone https://aur.archlinux.org/python-randfacts.git && cd python-randfacts
$ makepkg -si
Expand Down
2 changes: 1 addition & 1 deletion randfacts/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "randfacts"
__description__ = "Package to generate random facts"
__url__ = "https://github.com/TabulateJarl8/randfacts"
__version__ = "0.18.0"
__version__ = "0.19.0"
__author__ = "Tabulate"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down
Loading

0 comments on commit 2ac0278

Please sign in to comment.