Skip to content

Commit fb7fb1a

Browse files
committed
Update Readme and Set up File
1 parent f09ba76 commit fb7fb1a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
---
9+
## [1.0.2]
10+
11+
### Fixed
12+
- Fixed Packaging Issue
13+
14+
915
## [1.0.1]
1016

1117
### Fixed

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="fastpix_python",
8-
version="1.0.1",
8+
version="1.0.2",
99
packages=find_packages(),
1010
install_requires=[
1111
"requests>=2.25.0",

0 commit comments

Comments
 (0)