Skip to content

Commit

Permalink
version 1.0.0-Release & prod
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusBernalBermudez committed Mar 11, 2021
1 parent cfbc971 commit a649b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion language/7_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ def __call__(self, value): # class default function


my_callable = Callable()
my_callable("!!!") # class is callable
my_callable("!!!") # class is callable my_callable.__call__(23)
# my_class() ERROR!!!
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="betca-python-beginning",
version="1.0.0",
version="1.0.0-Release",
description="Beginning",
author="Jesus Bernal",
packages=find_packages(),
Expand Down

0 comments on commit a649b93

Please sign in to comment.