Skip to content

Commit 2354343

Browse files
committed
split requirements
1 parent 942bdc4 commit 2354343

File tree

4 files changed

+4
-4
lines changed

4 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: Draw Lines
44
abstract: Draw lines on the console with optional text.
55
type: software
6-
version: 0.1.1
7-
date-released: 2024-05-22
6+
version: 0.1.2
7+
date-released: 2024-06-25
88
repository-code: https://github.com/DevelopersToolbox/draw-lines-package
99
keywords:
1010
- "Wolf Software"

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
setuptools==70.0.0

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
colorama==0.4.6
2-
setuptools==70.0.0

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.drawlines',
15-
version='0.1.1',
15+
version='0.1.2',
1616
author='Wolf Software',
1717
author_email='[email protected]',
1818
description='Draw lines on the console with optional text',

0 commit comments

Comments
 (0)