From ecc2844d96030669a885faf99aba6a22281f13cc Mon Sep 17 00:00:00 2001 From: Karan Gathani Date: Mon, 11 Mar 2024 12:44:55 -0700 Subject: [PATCH] bump version to 0.1.1 --- README.md | 8 +------- setup.py | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c28f20c..9473e9c 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/setup.py b/setup.py index 24306d2..7a7ad50 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="fieldsurveys", - version="0.1", + version="0.1.1", author="Karan Gathani", author_email="karan.gathani+fieldsurveysapp@posit.co", packages=find_packages(),