Skip to content

Commit

Permalink
new version v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikoleta-v3 committed Sep 19, 2017
1 parent a6f8ff5 commit b0bde21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/arcas_scrape
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import ast
from docopt import docopt

if __name__ == '__main__':
arguments = docopt(__doc__, version='Arcas 0.0.3')
arguments = docopt(__doc__, version='Arcas 0.0.4')

# list of apis
apis = {"ieee": Ieee, "arxiv": Arxiv, "nature": Nature, "springer":
Expand Down
2 changes: 1 addition & 1 deletion src/arcas/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.3"
__version__ = "0.0.4"

0 comments on commit b0bde21

Please sign in to comment.