Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ingim committed Sep 26, 2024
1 parent dfa43a7 commit 0901f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

setup(
name='bibim',
version='0.2.0',
version='0.2.1',
description='Minimalistic, markdown-based reference manager for computer science research',
long_description=open('README.md', encoding='utf-8').read(),
long_description_content_type='text/markdown',
author='In Gim',
author_email='[email protected]',
url='https://github.com/ingim/bibim',
py_modules=['bibim'],
packages=['bibim'],
install_requires=[
'requests',
'scholarly',
Expand Down

0 comments on commit 0901f2f

Please sign in to comment.