LeonPy 0.1.4__tar.gz → 0.1.5__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.
@@ -0,0 +1 @@
1
+ from .tools import uniqueinstr, stringinfo, math
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: LeonPy
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Mini biblioteka maturalna do pracy ze stringami
5
5
  Author: Leon Hajnos
6
6
  Author-email: Leon Hajnos <leon.hajnos@sto64.krakow.pl>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: LeonPy
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Mini biblioteka maturalna do pracy ze stringami
5
5
  Author: Leon Hajnos
6
6
  Author-email: Leon Hajnos <leon.hajnos@sto64.krakow.pl>
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "LeonPy"
7
- version = "0.1.4"
7
+ version = "0.1.5"
8
8
  description = "Mini biblioteka maturalna do pracy ze stringami"
9
9
  authors = [
10
10
  { name = "Leon Hajnos", email = "leon.hajnos@sto64.krakow.pl" }
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="LeonPy",
5
- version="0.1.4",
5
+ version="0.1.5",
6
6
  description="Mini biblioteka maturalna do pracy ze stringami",
7
7
  author="Leon Hajnos",
8
8
  author_email="leon.hajnos@sto64.krakow.pl",
@@ -1 +0,0 @@
1
- from .tools import uniqueinstr, stringinfo
File without changes
File without changes