Skip to content

Commit

Permalink
Merge pull request #26 from software-students-fall2023/RyanEdits4
Browse files Browse the repository at this point in the history
Changed readme and version number on toml
  • Loading branch information
KeiOshima authored Nov 8, 2023
2 parents c53cd62 + b2a3310 commit 480db5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RiceInfo is a fun little package that returns rice trivia, puns, and pictures of
- **Countries with Rice**: Input from a specific country list to find out their preferred rice type.

## Installation
(Note) when testing this on pypitest we had to install with this: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple riceinfo==0.0.8
(Note) when testing this on pypitest we had to install with this: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple riceinfo==0.1.0

RiceInfo can be installed through the pip command: pip install riceinfo

## Functions and usage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "riceinfo"
description = "A fun package for your rice needs. Print out riceballs, rice puns, rice history, and country's main rice types!"
version = "0.0.9"
version = "0.1.0"
authors = [
{ name="Kei Oshima", email="[email protected]" },
{ name="Ryan Horng", email="[email protected]"},
Expand Down

0 comments on commit 480db5c

Please sign in to comment.