Skip to content

Commit 4e679a8

Browse files
author
Matt Boran
committed
Update README and bump version to v1.0.1
1 parent 74cac3c commit 4e679a8

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ To install this Python3 package
1414
$ pip3 install selective_linter
1515
```
1616

17+
To update existing installation do
18+
19+
```sh
20+
$ pip3 install --upgrade selective_linter
21+
```
22+
1723
To install this into an Xcode project, add the following run script build phase in project settings:
1824

1925
Shell: `/usr/bin/env bash`

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
setuptools.setup(
77
name="selective_linter",
8-
version="1.0.0",
8+
version="1.0.1",
99
author="Matt Boran",
1010
author_email="mattboran@gmail.com",
1111
description="A script to be run from Xcode to lint files as you make changes",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/mattboran/SelectiveSwiftLinter",
15-
download_url="https://github.com/mattboran/SelectiveSwiftLinter/releases/download/1.0.0/selective_linter-1.0.0-py3-none-any.whl",
15+
download_url="https://github.com/mattboran/SelectiveSwiftLinter/releases/download/1.0.1/selective_linter-1.0.1-py3-none-any.whl",
1616
packages=setuptools.find_packages(),
1717
classifiers=[
1818
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)