Skip to content

Commit

Permalink
Merge pull request #16 from pchinea/release/1.1
Browse files Browse the repository at this point in the history
Bumps version to 1.1.
  • Loading branch information
pchinea authored Oct 31, 2021
2 parents 8865407 + b027325 commit d7be2bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change Log
==========

DEV
---
1.1 (2021-10-31)
----------------

* Improves code style.
* Forces virtualenv upgrading in travis environment.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setuptools.setup(
name="surveillance_bot",
version="1.0",
version="1.1",
packages=['surveillance_bot'],
install_requires=["python-telegram-bot>=13,<14", "opencv-python-headless>=4,<5"],
python_requires='>=3.6, <3.10',
Expand Down

0 comments on commit d7be2bd

Please sign in to comment.