Skip to content

Commit

Permalink
Version bump (v0.3.1-beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
secondfry committed Oct 13, 2018
1 parent 5b06441 commit b4ea4cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/shortcircuit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@


__appname__ = "Short Circuit"
__version__ = "v0.3.0-beta"
__version__ = "v0.3.1-beta"
2 changes: 1 addition & 1 deletion src/shortcircuit/model/evescout.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, eve_db, url="https://www.eve-scout.com/api/wormholes"):
def augment_map(self, solar_map):
connections = -1
headers = {
"User-Agent": "Short Circuit v0.3.0-beta"
"User-Agent": "Short Circuit v0.3.1-beta"
}
try:
result = requests.get(
Expand Down
2 changes: 1 addition & 1 deletion src/shortcircuit/model/tripwire.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Tripwire:
"""
Tripwire handler
"""
USER_AGENT = "Short Circuit v0.3.0-beta"
USER_AGENT = "Short Circuit v0.3.1-beta"

def __init__(self, eve_db, username, password, url):
self.eve_db = eve_db
Expand Down

0 comments on commit b4ea4cf

Please sign in to comment.