File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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 +------------------------------------------+
Original file line number Diff line number Diff line change 44
55possibly 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)
Original file line number Diff line number Diff line change 55
66setuptools .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 ,
You can’t perform that action at this time.
0 commit comments