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

Commit ad14f7f

Browse files
committed
Typo in setup.py
1 parent bf43d49 commit ad14f7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ message: If you use this software, please cite it using these metadata.
33
title: Template Importable Python Package
44
abstract: A basic template package template for importable packages.
55
type: software
6-
version: 0.1.2
7-
date-released: 2024-06-26
6+
version: 0.1.3
7+
date-released: 2024-06-27
88
repository-code: https://github.com/DevelopersToolbox/template-package-importable
99
keywords:
1010
- "Wolf Software"

setup.py

Lines changed: 2 additions & 2 deletions
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.2',
15+
version='0.1.3',
1616
author='Wolf Software',
1717
author_email='[email protected]',
1818
description='A basic package template for importable packages.',
@@ -28,7 +28,7 @@
2828

2929
project_urls={
3030
' Source': 'https://github.com/DevelopersToolbox/template-package-importable',
31-
' Tracker': 'https://github.com/wDevelopersToolbox/template-package-importable/issues/',
31+
' Tracker': 'https://github.com/DevelopersToolbox/template-package-importable/issues/',
3232
' Documentation': 'https://github.com/DevelopersToolbox/template-package-importable',
3333
' Sponsor': 'https://github.com/sponsors/WolfSoftware',
3434
},

0 commit comments

Comments
 (0)