Skip to content

Commit 135265a

Browse files
committed
update README.md and version 0.0.1
1 parent 19d5dbd commit 135265a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
1111

1212
A template repo for Python packages featuring:
13-
- main/dev branch workflow
14-
- unittests
15-
- publishing on pypi
16-
- building docu
17-
- generating code coverage reports
13+
- `main`/`dev` branch workflow
14+
- unittests and code coverage
15+
- publishing the package on PyPi
16+
- building documentation and publishing via GitHub pages
17+
1818

1919
## How To
2020

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="PythonTemplatePackage",
11-
version="0.0.0",
11+
version="0.0.1",
1212
author="Robert Lieck",
1313
author_email="[email protected]",
1414
description="A template repo for Python packages with GitHub actions and documentation",

0 commit comments

Comments
 (0)