Skip to content

Commit

Permalink
fix a bug with the deploy process
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarth committed Oct 2, 2023
1 parent 3898d8a commit 3fe98c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## [0.1.9] 2023-10-02

### Added

### Changed

### Fixed

* Fixed bug in A* algorithm.

## [0.1.7] 2023-09-21

### Added
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from setuptools import setup

with open('ABOUT.md') as f:
with open('README.md') as f:
long_description = f.read()

setup(
name='aigyminsper',
version='0.1.8',
version='0.1.9',
packages=['aigyminsper','aigyminsper.search'],
install_requires=[],
description='A libray that helps you to learn Artificial Intelligence.',
Expand Down

0 comments on commit 3fe98c0

Please sign in to comment.