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

Update realease

parent be3113ca
No related branches found
No related tags found
No related merge requests found
V0.1.1:
* Add mono threading scheduler
* Add seed in environment
v0.1.0: v0.1.0:
WARNING : all previous example will no longer work in this version, and all v0.1.0+ example won't work in previous version WARNING : all previous example will no longer work in this version, and all v0.1.0+ example won't work in previous version
* Way better thread management * Way better thread management
......
File added
...@@ -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.1.0', version='0.1.1',
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