File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ server`_ to get in touch with the developers!
11
11
Mys
12
12
===
13
13
14
- The Mys (/maɪs/) programming language - an attempt to create a
15
- statically typed compiled Python-like language that produces fast
16
- binaries.
14
+ The Mys programming language - an attempt to create a statically typed
15
+ compiled Python-like language that produces fast binaries.
17
16
18
17
Mys is heavily inspired by Python's syntax and Rust's packaging.
19
18
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ The Mys programming language
11
11
change, so now is the time to make suggestions! Join the `Mys
12
12
Discord server `_ to get in touch with the developers!
13
13
14
- The Mys (/maɪs/) programming language - an attempt to create a
15
- statically typed compiled Python-like language that produces fast
16
- binaries.
14
+ The Mys programming language - an attempt to create a statically typed
15
+ compiled Python-like language that produces fast binaries.
17
16
18
17
Mys is heavily inspired by Python's syntax and Rust's packaging.
19
18
Original file line number Diff line number Diff line change 1
- __version__ = '0.380 .0'
1
+ __version__ = '0.381 .0'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def find_version():
15
15
16
16
setup (name = 'mys' ,
17
17
version = find_version (),
18
- description = 'The Mys (/maɪs/) programming language.' ,
18
+ description = 'The Mys programming language.' ,
19
19
long_description = open ('README.rst' , 'r' ).read (),
20
20
author = 'Erik Moqvist' ,
21
21
You can’t perform that action at this time.
0 commit comments