1 Commits

Author SHA1 Message Date
msramalho
654a0c44d3 Bump version to v0.1.1 for release 2023-02-13 15:18:35 +00:00
3 changed files with 4 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ on:
release:
types: [published]
push:
branches: [ "main" ]
branches: [ "main", "pypi" ]
tags: [ "v*.*.*" ]
permissions:

View File

@@ -3,10 +3,7 @@
## Installation
This Python application can be installed from PyPI using pip, and can also be built into a Docker image
### Install with Pip
`pip install instagram-location-search`
or the latest from the repo:
`pip install git+https://github.com/bellingcat/instagram-location-search`
`pip3 install git+https://github.com/bellingcat/instagram-location-search`
### Build Docker image
`docker build instagram-location-search .`

View File

@@ -1,6 +1,6 @@
_MAJOR = "1"
_MINOR = "0"
_MAJOR = "0"
_MINOR = "1"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "1"