Skip to content

Commit

Permalink
Bump version to 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Mar 12, 2022
1 parent 938009f commit 0f91f6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def readme():

setup(
name="amcrest",
version="1.9.4",
version="1.9.5",
description="Python wrapper implementation for Amcrest cameras.",
long_description=readme(),
author="Douglas Schilling Landgraf, Marcelo Moreira de Mello",
Expand All @@ -36,5 +36,6 @@ def readme():
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
)

0 comments on commit 0f91f6e

Please sign in to comment.