Skip to content

Commit

Permalink
bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
karangattu committed Mar 11, 2024
1 parent b9adc71 commit ecc2844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pip install fieldsurveys
```

# Prerequisites
- Python 3.8 or higher (Install python from [here](https://www.python.org/downloads/))
- Python 3.9 or higher (Install python from [here](https://www.python.org/downloads/))
- tkinter (will be included with your python installation)
- survey.yaml file (create a unique one for your use over [here](https://nafcillincat.shinyapps.io/survey_config_generator/))
- Data CSV files (Your csv files should have species, genus and common names for each entry)
Expand All @@ -35,12 +35,6 @@ To download the keyfile.json for your Google Cloud account as a first-time user,
# Usage


To install the app, run the following command in your terminal:

```bash
pip install fieldsurveys
```

To instantiate the app, run the following command in your terminal:

```bash
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="fieldsurveys",
version="0.1",
version="0.1.1",
author="Karan Gathani",
author_email="[email protected]",
packages=find_packages(),
Expand Down

0 comments on commit ecc2844

Please sign in to comment.