Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="python_sharp", # Unique name of your package on PyPI
version="1.0.1", # Version of the package, following semantic versioning
version="1.1.0", # Version of the package, following semantic versioning
author="Juan Carlos Lopez Garcia", # Author's name
author_email="juanclopgar@gmail.com", # Contact email
description="python# (python sharp) is a module created to add EOP (event oriented programing) into python in the most native feeling, easy sintax way possible. Based on C# event implementation structure", # Short description
Expand Down