Skip to content

Commit

Permalink
Version bump (v0.2.3-beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
secondfry committed May 14, 2018
1 parent 78057cd commit 330e6e6
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.2.2-beta"
__version__ = "v0.2.3-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.2.2-beta"
"User-Agent": "Short Circuit v0.2.3-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.2.2-beta"
USER_AGENT = "Short Circuit v0.2.3-beta"

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

0 comments on commit 330e6e6

Please sign in to comment.