diff --git a/dist/overunder-1.0.1-py3-none-any.whl b/dist/overunder-1.0.1-py3-none-any.whl new file mode 100644 index 0000000..7ed05e6 Binary files /dev/null and b/dist/overunder-1.0.1-py3-none-any.whl differ diff --git a/dist/overunder-1.0.1.tar.gz b/dist/overunder-1.0.1.tar.gz new file mode 100644 index 0000000..27050a5 Binary files /dev/null and b/dist/overunder-1.0.1.tar.gz differ diff --git a/pyproject.toml b/pyproject.toml index 740d729..6745eff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "overunder" -version = "1.0.1" +version = "1.0.2" description = "An interpreted programming language in Python that could receive as rules basic weaving instructions 'over' and 'under' and apply a pattern onto text." authors = ["anxiouspeanut "] maintainers = ["anxiouspeanut "] @@ -20,4 +20,4 @@ python = "^3.6" [tool.poetry.dev-dependencies] [tool.poetry.scripts] -overunder = "overunder:main" +overunder = "overunder:repl"