Skip to content

Commit a83f775

Browse files
committed
Release bump
1 parent 382bb74 commit a83f775

File tree

4 files changed

+678
-677
lines changed

4 files changed

+678
-677
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ re2.so
77
*~
88
*.pyc
99
*.swp
10+
*.egg-info

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def get_authors():
7474
def main():
7575
setup(
7676
name="re2",
77-
version="0.2.20",
77+
version="0.2.21",
7878
description="Python wrapper for Google's RE2 using Cython",
7979
long_description=get_long_description(),
8080
author=get_authors(),

0 commit comments

Comments
 (0)