Skip to content
Snippets Groups Projects
Commit 322a9b35 authored by shinedday's avatar shinedday
Browse files

Fix : setup generate correct version

parent a343f212
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ from setuptools import setup, find_packages ...@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup( setup(
name='pyAmakCore', name='pyAmakCore',
packages=find_packages(), packages=find_packages(),
version='0.0.4', version='0.0.5',
description='AmakFramework in python', description='AmakFramework in python',
author='BE', author='BE',
install_requires=[], install_requires=[],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment