Skip to content
This repository was archived by the owner on Jul 13, 2024. It is now read-only.

Commit 11f4ac9

Browse files
author
WolfHex
committed
removed comment from PyDelta.py and changing PyPi package version (setup.py)
1 parent 26bcea6 commit 11f4ac9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pydelta/PyDelta.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Author: WolfHex
2-
# Last Update: 5/25/24 1:40 AM
32

4-
# PyDelta v0.1.0
3+
# PyDelta v0.1.1
54
# Annotation string references are currently broken
65

76
import argparse

setup.py

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

66
setup(
77
name='pydeltaobfuscator',
8-
version='0.1.0',
8+
version='0.1.1',
99
packages=find_packages(),
1010
install_requires=[
1111
'cryptography',

0 commit comments

Comments
 (0)