We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d858e9 commit c6e003cCopy full SHA for c6e003c
openglider/__init__.py
@@ -17,7 +17,7 @@
17
#
18
# You should have received a copy of the GNU General Public License
19
# along with OpenGlider. If not, see <http://www.gnu.org/licenses/>.
20
-__version__ = '0.01'
+__version__ = '0.02'
21
__author__ = 'Booya'
22
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
23
@@ -54,4 +54,4 @@ def cross(a,b):
54
])
55
np.cross = cross
56
except ImportError:
57
- pass
+ pass
0 commit comments