Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkrishnar committed Jul 6, 2016
1 parent de2e389 commit b6f6f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
entry_points = {"console_scripts": ['socli = socli.socli:main']},
install_requires=['BeautifulSoup4','requests'],
requires=['BeautifulSoup4','requests'],
version='2.0',
version='2.1',
url='http://www.github.com/gautamkrishnar/socli',
keywords="stack overflow cli",
license='BSD',
Expand Down
2 changes: 1 addition & 1 deletion socli/socli.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from bs4 import BeautifulSoup

# Global vars:
DEBUG = True # Set True for enabling debugging
DEBUG = False # Set True for enabling debugging
soqurl = "http://stackoverflow.com/search?q=" # Query url
sourl = "http://stackoverflow.com" # Site url
rn = -1 # Result number (for -r and --res)
Expand Down

0 comments on commit b6f6f78

Please sign in to comment.