Skip to content

Commit 996d1de

Browse files
committed
adding bumpver
1 parent 7308b7a commit 996d1de

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

requirements.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,23 @@ aiohappyeyeballs==2.4.6
22
aiohttp==3.11.13
33
aiosignal==1.3.2
44
attrs==25.1.0
5+
bumpver==2024.1130
6+
click==8.1.8
7+
colorama==0.4.6
58
discord.py==2.5.0
69
fire==0.7.0
710
frozenlist==1.5.0
11+
guildmaster==1.0.0
812
idna==3.10
13+
iniconfig==2.1.0
14+
lexid==2021.1006
915
multidict==6.1.0
16+
packaging==24.2
17+
pluggy==1.5.0
1018
propcache==0.3.0
19+
pytest==8.3.5
1120
setuptools==75.8.2
1221
termcolor==2.5.0
22+
toml==0.10.2
23+
tqdm==4.67.1
1324
yarl==1.18.3

setup.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
[bumpver]
2+
current_version = "1.0.0"
3+
version_pattern = "MAJOR.MINOR.PATCH"
4+
commit = true
5+
tag = true
6+
17
[metadata]
28
name = guildmaster-cli
3-
version = 1.0.0
49
author = Damien Burks
510
author_email = [email protected]
611
description = A collection of scripts for managing Discord channels and other administrative tasks

0 commit comments

Comments
 (0)