Skip to content

Commit 559045e

Browse files
committed
nicer doc
1 parent 45a7918 commit 559045e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

psll/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
2-
Macro-driven metalanguage which compiles to [Pyramid Scheme](https://github.com/ConorOBrien-Foxx/Pyramid-Scheme).
2+
Macro-driven metalanguage which compiles to Pyramid Scheme.
33
"""
44

5-
__version__ = "0.1.7"
5+
__version__ = "0.1.8"
66

77

88
class PsllSyntaxError(SyntaxError):

0 commit comments

Comments
 (0)