diff --git a/pygconsole/__init__.py b/pygconsole/__init__.py index 73519ef..e2f19df 100644 --- a/pygconsole/__init__.py +++ b/pygconsole/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -__VERSION__ = "0.1.0" +__VERSION__ = "0.1.1" RESOURCE_LOCATION = "resources" import pygconsole.console, pygconsole.io \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 26c0a96..9b6b6fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ author = devfred78 author_email = devfred78@gmail.com description = ANSI terminal emulation for Pygame long_description = file: README.md -long_decription_content_type = text/markdown +long_description_content_type = text/markdown url = https://github.com/devfred78/pygconsole project_urls = Bug Tracker = https://github.com/devfred78/pygconsole/issues