Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hanslovsky committed Nov 12, 2018
1 parent 66ac5ce commit f7710cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imglyb_config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_endpoints = []
_additional_repositories = {}
version = '0.3.3dev'
version = '0.3.3'

def add_endpoints(*endpoints):
global _endpoints
Expand All @@ -18,4 +18,4 @@ def add_repositories(*args, **kwargs):

def get_repositories():
global _additional_repositories
return _additional_repositories
return _additional_repositories

0 comments on commit f7710cb

Please sign in to comment.