Skip to content

Commit 0110257

Browse files
committed
Updated version to 1.0
1 parent e866921 commit 0110257

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
*.pyc
2+
.cache
3+
.idea
4+
dist
5+
slackceventsapi.egg-info
6+
*.log
7+
env
8+
.tox
9+
*.un~
10+
0/
11+
tests/.cache
12+
.coverage
13+
.cache
14+
.DS_Store

slackeventsapi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2-
__version__ = '1.0.0rc1'
2+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)