Skip to content

Commit

Permalink
Merge branch 'master' into ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aanil authored Jul 16, 2024
2 parents e15d0f9 + 1bdef14 commit 52d3177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion genologics/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

def get_config_info(config_file):
config = ConfigParser()
config.readfp(open(config_file))
config.read_file(open(config_file))

BASEURI = config.get("genologics", "BASEURI").rstrip()
USERNAME = config.get("genologics", "USERNAME").rstrip()
Expand Down
2 changes: 1 addition & 1 deletion genologics/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__="2.0.0"

0 comments on commit 52d3177

Please sign in to comment.