ECSIM/gopem

Add __version__

sepandhaghighi opened this issue · 1 comments

Description

Add __version__ attribute

Steps/Code to Reproduce

>>> import gopem
>>> gopem.__version__

Expected Behavior

"0.5"

Actual Behavior

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    gopem.__version__
AttributeError: module 'gopem' has no attribute '__version__'

Operating System

Windows 10

Python Version

Python 3.5.2

OPEM Version

OPEM-1.1

GOPEM Version

GOPEM-0.5