Skip to content

Commit

Permalink
Release 0.0.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vyahello committed Aug 1, 2020
1 parent aba9de7 commit f43f693
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Versions
========

0.0.0
0.0.1
========

_Release date: 2020-08-02_

- Initial distribution of a package
10 changes: 5 additions & 5 deletions uurl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
from uurl.protocol import HttpProtocol, HttpsProtocol, NetworkProtocol, Protocol
from uurl.port import HttpPort, HttpsPort, NetworkPort, Port

__author__: str = "Volodymyr Yahello"
__email__: str = "[email protected]"
__license__: str = "MIT"
__copyright__: str = f"Copyright 2020, {__author__}"
__version__: str = "0.0.0"
__author__: str = 'Volodymyr Yahello'
__email__: str = '[email protected]'
__license__: str = 'MIT'
__copyright__: str = f'Copyright 2020, {__author__}'
__version__: str = '0.0.1'

__all__: Tuple[str, ...] = (
'Address',
Expand Down

0 comments on commit f43f693

Please sign in to comment.