Socket
Book a DemoSign in
Socket

pyszz

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyszz - pypi Package Compare versions

Comparing version
2.0
to
2.1
+1
-1
PKG-INFO
Metadata-Version: 1.1
Name: pyszz
Version: 2.0
Version: 2.1
Summary: pyszz

@@ -5,0 +5,0 @@ Home-page: UNKNOWN

@@ -1,1 +0,1 @@

print("hello world pyszz v2.0")
print("hello world pyszz v2.1")

@@ -0,1 +1,2 @@

import os
from distutils.core import setup

@@ -5,3 +6,3 @@ setup(

packages=['pyszz'], # Chose the same as "name"
version='2.0', # Start with a small number and increase it with every change you make
version='2.1', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository

@@ -8,0 +9,0 @@ description='pyszz', # Give a short description about your library