Skip to content

Commit a0d3e07

Browse files
JuanCJuanC
authored andcommitted
Adding documentation changes for 1.0.1
1 parent 87636f2 commit a0d3e07

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ For objective 2, the module was architected thinking in how another EOP language
8282

8383
To install `python_sharp` you can follow either of the options listed:
8484

85+
### Disclaimer
86+
87+
version 1.0.0 is only available through GitHub Pypi does not contain that version.
88+
8589
### 1. Clone the Repository
8690
If you want to explore the source code, you can clone the repository:
8791
```bash
@@ -121,7 +125,7 @@ pip install python_sharp==<version>
121125
Example:
122126

123127
```bash
124-
pip install python_sharp==1.0.0
128+
pip install python_sharp==1.0.1
125129
```
126130
Upgrade it:
127131

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="python_sharp", # Unique name of your package on PyPI
5-
version="1.0.0", # Version of the package, following semantic versioning
5+
version="1.0.1", # Version of the package, following semantic versioning
66
author="Juan Carlos Lopez Garcia", # Author's name
77
author_email="[email protected]", # Contact email
88
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

0 commit comments

Comments
 (0)