Skip to content

Commit d7587e7

Browse files
committed
Bump version for release; link to PyPI page
1 parent 1b8c1b0 commit d7587e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ os_log(OS_LOG_DEFAULT, 'Hello from Python!')
99

1010
## Installation
1111
Pyoslog requires macOS 10.12 or later and Python 3.6 or later.
12-
Install using `pip`:
12+
Install from [PyPI](https://pypi.org/project/pyoslog/) using `pip`:
1313

1414
```shell
1515
python -m pip install pyoslog

pyoslog/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'pyoslog'
2-
__version__ = '1.1.0'
2+
__version__ = '1.2.0'
33
__description__ = 'Send messages to the macOS unified logging system (os_log)'
44
__author__ = 'Simon Robinson'
55
__author_email__ = 'simon@robinson.ac'

0 commit comments

Comments
 (0)