diff --git a/setup.cfg b/setup.cfg index 0f0b193..8dac395 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = snailpy -version = 0.0.1 +version = 0.0.2 author = Nolan Simpson author_email = nmsderp@gmail.com description = Use the Snail IDE api in your python programs. diff --git a/snailpy/__init__.py b/snailpy/__init__.py index 4b6e1ae..8ae124d 100644 --- a/snailpy/__init__.py +++ b/snailpy/__init__.py @@ -1,3 +1,5 @@ # snailpy/__init__.py -from .snailpy import * \ No newline at end of file +from .snailpy import * + +print('You are using the Snail IDE API!') \ No newline at end of file