Skip to content

Commit df7533e

Browse files
author
nbtk
committed
バージョン番号の変更
1 parent ac1e314 commit df7533e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

33
cd `dirname "$0"`
4-
python setup.py bdist_wheel
4+
python3 setup.py bdist_wheel

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name='azarashi',
10-
version='0.6.8',
10+
version='0.6.9',
1111
description='QZSS DCR Decoder',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)