Skip to content

Commit c6e003c

Browse files
authored
update version to 0.0.2
1 parent 5d858e9 commit c6e003c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openglider/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# You should have received a copy of the GNU General Public License
1919
# along with OpenGlider. If not, see <http://www.gnu.org/licenses/>.
20-
__version__ = '0.01'
20+
__version__ = '0.02'
2121
__author__ = 'Booya'
2222
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
2323

@@ -54,4 +54,4 @@ def cross(a,b):
5454
])
5555
np.cross = cross
5656
except ImportError:
57-
pass
57+
pass

0 commit comments

Comments
 (0)