Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Commit 70ac629

Browse files
committed
Fix code and some things
Signed-off-by: Aadhitya A <[email protected]>
1 parent 1b4a649 commit 70ac629

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

Jenkinsfile

Lines changed: 0 additions & 10 deletions
This file was deleted.

codeit/codeit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main():
4646
create_only_files(contestName, fileNames)
4747

4848
elif arg == "-v":
49-
print(colored.magenta('CODEIt v1.0.2 (c)2020 - 2021, @alphaX86'))
49+
print(colored.magenta('CODEIt v1.0.3 (c)2020 - 2021, @alphaX86'))
5050

5151
elif arg == "-h":
5252
help()

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
setup(
99
name='cxit',
1010
packages = find_packages(),
11-
version='1.0.2',
11+
version='1.0.3',
1212
author='Aadhitya A',
1313
author_email='[email protected]',
1414
description = 'A CLI tool to create CPP files for any contest',
1515
long_description = long_description,
1616
long_description_content_type="text/markdown",
17-
license = 'GPL-3.0',
17+
license = 'MIT License',
1818
py_modules=['codeit'],
1919
url="https://github.com/Arch2x/codeit",
2020
classifiers=(

0 commit comments

Comments
 (0)