pars-hitmotop 1.0.1__tar.gz → 1.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pars_hitmotop
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Home-page: https://github.com/JoyHubN/pars_hitmos
5
- Download-URL: https://github.com/JoyHubN/pars_hitmos/arhive/v1.0.1.zip
5
+ Download-URL: https://github.com/JoyHubN/pars_hitmos/arhive/v1.0.2.zip
6
6
  Author: JoyHubN
7
7
  Author-email: Prufu@yandex.ru
8
8
  Classifier: Programming Language :: Python
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pars_hitmotop
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Home-page: https://github.com/JoyHubN/pars_hitmos
5
- Download-URL: https://github.com/JoyHubN/pars_hitmos/arhive/v1.0.1.zip
5
+ Download-URL: https://github.com/JoyHubN/pars_hitmos/arhive/v1.0.2.zip
6
6
  Author: JoyHubN
7
7
  Author-email: Prufu@yandex.ru
8
8
  Classifier: Programming Language :: Python
@@ -2,5 +2,5 @@ from .entered_tracks import EnteredTrack
2
2
  from .rating_tracks_count import RatingCount
3
3
  from .rating_tracks_page import RatingPage
4
4
 
5
- __author__ = 'Joy_079'
5
+ __author__ = 'JoyHubN'
6
6
  __version__= '1.0.0'
@@ -1,6 +1,6 @@
1
1
  from setuptools import setup
2
2
 
3
- version='1.0.1'
3
+ version='1.0.2'
4
4
 
5
5
  with open('README.md', encoding='utf-8') as f:
6
6
  long_description=f.read()
File without changes
File without changes