Skip to content

Commit 429719d

Browse files
committed
.egg removal
Signed-off-by: Finbarrs Oketunji <f@finbarrs.eu>
1 parent acb04e0 commit 429719d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ target/
6565
.ipynb_checkpoints
6666

6767
# Others
68-
push.sh
68+
push.sh
69+
Makefile

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.0.3 - 2023-06-28
4+
* PyPI is in the process of deprecating `bdist_egg` distribution file uploads, and will not accept them beginning August 1, 2023.
5+
36
## 0.0.2 - 2023-02-18
47
* Errors and Exception Handling
58

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from distutils.core import Extension
66

77
NAME = "mot-history-api-py-sdk"
8-
VERSION = "0.0.2"
8+
VERSION = "0.0.3"
99
REQUIRES = ["requests"]
1010

1111
# read the contents of your README file

0 commit comments

Comments
 (0)