Skip to content

Commit

Permalink
add the version update and fix the author info
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchenlin committed Sep 6, 2021
1 parent c6f7b03 commit d64ed25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebiber/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.2"
__version__ = "1.1.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
setuptools.setup(
name="rebiber",
version=about["__version__"],
author='Bill Yuchen Lin',
author='Bill Yuchen Lin and Yang Qiao',
author_email='[email protected]',
description="A tool for normalizing bibtex with official info.",
long_description=long_description,
Expand Down

0 comments on commit d64ed25

Please sign in to comment.