We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9ef90 commit 4f3ed29Copy full SHA for 4f3ed29
2 files changed
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.04'
+__version__ = '0.05'
21
__author__ = 'Booya'
22
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
23
setup.py
@@ -66,7 +66,7 @@ def fullsplit(splitpath, result=None):
66
print(package_data, packages)
67
setup(
68
name='OpenGlider',
69
- version="0.04", #openglider.__version__,
+ version="0.05", #openglider.__version__,
70
description="tool for glider design",
71
packages=packages,
72
package_data=package_data,
0 commit comments