Skip to content

Commit d7e7167

Browse files
author
lenarsaitov
committed
fix (add init files on packages)
1 parent f7f7d83 commit d7e7167

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

cianparser/flat/__init__.py

Whitespace-only changes.

cianparser/newobject/__init__.py

Whitespace-only changes.

cianparser/suburban/__init__.py

Whitespace-only changes.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = cianparser
3-
version = 1.0.2
3+
version = 1.0.3
44
description = Parser information from Cian website
55
url = https://github.com/lenarsaitov/cianparser
66
author = Lenar Saitov

setup.py

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

77
setup(
88
name='cianparser',
9-
version='1.0.2',
9+
version='1.0.3',
1010
description='Parser information from Cian website',
1111
url='https://github.com/lenarsaitov/cianparser',
1212
author='Lenar Saitov',

0 commit comments

Comments
 (0)