Skip to content

Commit

Permalink
1.0 version ready
Browse files Browse the repository at this point in the history
  • Loading branch information
JNatael committed Feb 2, 2021
1 parent 9e0f51b commit 65a2cae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pithermalcam/pi_therm_cam.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ class pithermalcam:
_displaying_onscreen=False
_exit_requested=False

def __init__(self,use_f:bool = True, filter_image:bool = False, image_width:int=1200, image_height:int=900, output_folder:str = '/home/pi/pithermalcam/saved_snapshots/'):
def __init__(self,use_f:bool = True, filter_image:bool = False, image_width:int=1200,
image_height:int=900, output_folder:str = '/home/pi/pithermalcam/saved_snapshots/'):
self.use_f=use_f
self.filter_image=filter_image
self.image_width=image_width
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pithermalcam",
version="0.9.20",
version="1.0.0",
author="Tom Shaffner",
description="A package which connects an MLX90640 Thermal IR Camera to a Raspberry Pi for viewing or web streaming.",
long_description=long_description,
Expand Down

0 comments on commit 65a2cae

Please sign in to comment.