Skip to content

Commit aa568fd

Browse files
committed
Update setup.py + added pybadges
1 parent 0b1449f commit aa568fd

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![versions](assets/pybadges.svg)
2+
13
# silent-committer
24

35
Commits changes as original authors

assets/pybadges.svg

+1
Loading

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='silent_committer',
10-
version='1.0.3',
10+
version='1.0.4',
1111
description='Commits changes as original authors',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
@@ -28,6 +28,7 @@
2828
"Operating System :: POSIX :: Linux",
2929
"Programming Language :: Python",
3030
"Programming Language :: Python :: 3",
31+
"Programming Language :: Python :: 3 :: Only",
3132
"Programming Language :: Python :: 3.6",
3233
"Programming Language :: Python :: 3.7",
3334
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)