Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 5cdb4f1

Browse files
committed
Fixup Documentation
1 parent 4b6c263 commit 5cdb4f1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- markdownlint-disable -->
22
<p align="center">
33
<a href="https://github.com/DevelopersToolbox/">
4-
<img src="https://cdn.wolfsoftware.com/assets/images/github/organisations/developerstoolbox/black-and-white-circle-256.png" alt="GreyTeamToolbox logo" />
4+
<img src="https://cdn.wolfsoftware.com/assets/images/github/organisations/developerstoolbox/black-and-white-circle-256.png" alt="DevelopersToolbox logo" />
55
</a>
66
<br />
77
<a href="https://github.com/DevelopersToolbox/template-package-importable/actions/workflows/cicd.yml">
@@ -40,9 +40,6 @@
4040

4141
## Overview
4242

43-
## Overview
44-
45-
4643
This is the package template that we use internally when creating new python based importable packages. It has all of the basic functionality and workflows needed to create,
4744
build and publish new package to [PyPI](https://pypi.org/).
4845

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='wolfsoftware.template-package-importable',
15-
version='0.1.0',
15+
version='0.1.1',
1616
author='Wolf Software',
1717
author_email='pypi@wolfsoftware.com',
1818
description='A basic package template for importable packages.',

0 commit comments

Comments
 (0)