Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
sspola committed Apr 19, 2022
1 parent 6346041 commit 018797f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,7 @@ dmypy.json
# Cython debug symbols
cython_debug/
simpful/Testing_various

# Docs
docs/Makefile
docs/make.bat
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setup(
name = 'simpful',
packages = ['simpful'], # this must be the same as the name above
version = '2.6.1',
version = '2.6.2',
description = 'A user-friendly Python library for fuzzy logic',
author = 'Marco S. Nobile',
author_email = '[email protected]',
Expand Down

0 comments on commit 018797f

Please sign in to comment.