Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogmcsteezy committed May 5, 2021
1 parent bac0297 commit 3ce721b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from setuptools import setup, find_packages
setup (
version = "2.1.0",
name = "asadm",
packages=find_packages(exclude=['doc', 'test*']),
include_package_data=True,
scripts=['asadm.py'],

setup(
version="2.2.0",
name="asadm",
packages=find_packages(exclude=["doc", "test*"]),
include_package_data=True,
scripts=["asadm.py"],
)
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.2.0

0 comments on commit 3ce721b

Please sign in to comment.