Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Totobird committed Sep 2, 2020
1 parent 9c86b61 commit ad547ea
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Peri.dot ([1.1.0](https://github.com/toto-bird/Peri.dot/releases/tag/1.1.0))
# Peri.dot ([1.1.1](https://github.com/toto-bird/Peri.dot/releases/tag/1.1.1))

![Peri.dot Logo](https://raw.githubusercontent.com/toto-bird/Peri.dot/master/logo.png)

Expand Down
4 changes: 2 additions & 2 deletions peridot/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION = '1.1.0'
MODULEVERSION = '1.0.0'
VERSION = '1.1.1'
MODULEVERSION = '1.1.1'

lang = {
'exceptions' : {
Expand Down
1 change: 1 addition & 0 deletions periscope/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .__main__ import main
2 changes: 1 addition & 1 deletion periscope/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 'Pre-00'
VERSION = '1.0.0'

if __name__ == "__main__":
import peridot.version.catch as catch
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "peridot"
version = "1.1.0"
version = "1.1.1"
description = "A strongly typed interpreted language, with type inference, implemented in Python."
authors = ["Totobird", "Snowkeep"]
license = 'BSD 3-Clause'
Expand Down

0 comments on commit ad547ea

Please sign in to comment.