Skip to content

Commit ee5f254

Browse files
committed
updated to v1.1.1
2 parents 22ae35f + b972177 commit ee5f254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ehtim/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
try:
4848
import pkg_resources
49-
version = pkg_resources.require("ehtim")[0].version
49+
version = pkg_resources.get_distribution("ehtim").version
5050
print("Welcome to eht-imaging! v ",version)
5151
except:
5252
print("Welcome to eht-imaging!")

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def read(fname):
66

77
if __name__ == "__main__":
88
setup(name="ehtim",
9-
version = "1.1.0",
9+
version = "1.1.1",
1010
author = "Andrew Chael",
1111
author_email = "achael@cfa.harvard.edu",
1212
description = ("Python code to load, simulate, and manipulate VLBI "+

0 commit comments

Comments
 (0)