Skip to content

Commit 53fc8b0

Browse files
committed
Added some changes
1 parent 0b8a5ca commit 53fc8b0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

NumberScript/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
print(f"""
6363
+------------------------------------------+
6464
| NumberScript Shell: Type 'exit' to exit. |
65-
| Version: 1.6.0 Machine: {os.name} {space} |
65+
| Version: 1.6.1 Machine: {os.name} {space}|
6666
| Type 'help' for more information. |
6767
| {current_time} |
6868
+------------------------------------------+

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
possibly the world's most simplest and restricted language.
66

7+
## Installation
8+
9+
### pip
10+
11+
```bash
12+
pip install NumberScript
13+
```
14+
715
## Features
816

917
- No spaces (Yup, you read that right)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="NumberScript",
8-
version="1.6.0",
8+
version="1.6.1",
99
description="possibly the world's most simplest and restricted language.",
1010
author="Sasen Perera",
1111
long_description=longest_description,

0 commit comments

Comments
 (0)