Skip to content

Commit 1e422fa

Browse files
authored
split requirements (#14)
1 parent 8171a1b commit 1e422fa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CITATION.cff

+2-2
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

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
setuptools==70.0.0

requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
colorama==0.4.6
2-
setuptools==70.1.0
1+
colorama==0.4.6

setup.py

+1-1
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)