Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Sep 19, 2022
1 parent 3da53e8 commit c5614ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = syms
author = Reuben Thomas
author_email = [email protected]
home_page = https://github.com/rrthomas/syms
version = 1.0.1
version = 1.0.2
description = List symbols in input
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion syms
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import fileinput

import regex

VERSION = '1.0.1'
VERSION = '1.0.2'

# Command-line arguments
parser = argparse.ArgumentParser(description='List symbols in input.',
Expand Down

0 comments on commit c5614ad

Please sign in to comment.