Skip to content

Commit b9c4bdc

Browse files
committed
Updating package
1 parent 1208cfd commit b9c4bdc

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
<p align='center'>
2-
<img src='https://github.com/ArtLabss/open-data-anonimizer/blob/faca437a7675572306aba35824287f174edd230f/examples/artLabs_new.png' >
3-
</p>
4-
5-
<h1 align='center'>anonympy 🕶️</h1>
1+
<h1 align='center'>Anonympy 🕶️</h1>
62
<p align='center'>
73
<img src="https://img.shields.io/github/forks/ArtLabss/open-data-anonimizer.svg">
84
<img src="https://img.shields.io/github/stars/ArtLabss/open-data-anonimizer.svg">

anonympy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
such as tabular, text, images and sound.
44
'''
55

6-
__version__ = "0.1.1"
6+
__version__ = "0.1.2"
77

88
# Check if all dependencies have been installed
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
author_email="art@artlabs.tech",
99
description="A Data Anonymization package for tabular, image and sound data",
1010
name="anonympy",
11-
version="0.1.1",
11+
version="0.1.2",
1212

1313
packages=find_packages(exclude=['test']),
1414
install_requires=['faker', 'cape-privacy', 'scikit-learn', 'texttable', 'setuptools', 'numpy', 'pandas'],

0 commit comments

Comments
 (0)