Skip to content

Commit 436e6bd

Browse files
committed
Documentation.
1 parent 023e032 commit 436e6bd

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ server`_ to get in touch with the developers!
1111
Mys
1212
===
1313

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.
1716

1817
Mys is heavily inspired by Python's syntax and Rust's packaging.
1918

docs/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ The Mys programming language
1111
change, so now is the time to make suggestions! Join the `Mys
1212
Discord server`_ to get in touch with the developers!
1313

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.
1716

1817
Mys is heavily inspired by Python's syntax and Rust's packaging.
1918

mys/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.380.0'
1+
__version__ = '0.381.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def find_version():
1515

1616
setup(name='mys',
1717
version=find_version(),
18-
description='The Mys (/maɪs/) programming language.',
18+
description='The Mys programming language.',
1919
long_description=open('README.rst', 'r').read(),
2020
author='Erik Moqvist',
2121
author_email='[email protected]',

0 commit comments

Comments
 (0)