merl 0.1.0__tar.gz → 0.1.1__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: merl
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: A useless python lybrary
5
5
  Home-page: https://github.com/O9Creeps/merl
6
6
  Author: O9CreeperBoi
@@ -0,0 +1 @@
1
+ from .merl import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: merl
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: A useless python lybrary
5
5
  Home-page: https://github.com/O9Creeps/merl
6
6
  Author: O9CreeperBoi
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='merl',
5
- version='0.1.0',
5
+ version='0.1.1',
6
6
  description='A useless python lybrary',
7
7
  url='https://github.com/O9Creeps/merl',
8
8
  author='O9CreeperBoi',
@@ -1 +0,0 @@
1
- from . import merl
File without changes
File without changes
File without changes
File without changes
File without changes