Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jgericke committed Nov 16, 2019
1 parent 6f2b133 commit 3aa1e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ automaton_engine/actions/__pycache__
.DS_Store
launch.sh
build.sh
release.sh
service.log
arch
build
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="automaton_engine",
version="1.0.1",
version="1.0.2",
python_requires="~=3.7",
description="Simple, Event-driven Automation in Python using Elasticsearch data to inform automation decisions",
long_description=open("README.md").read(),
Expand Down

0 comments on commit 3aa1e20

Please sign in to comment.