Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
markducks committed Dec 9, 2023
1 parent c21a371 commit e570ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "embasp-python"
version = "8.1.2"
version = "8.1.3"
description = "EmbASP is a framework for the integration of Logic Programming in external systems"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

setup(name='EmbASP',
version='8.1.2',
version='8.1.3',
description='EmbASP',
long_description=open('README.md').read(),
author='Department of Mathematics and Computer Science, University of Calabria',
Expand Down

0 comments on commit e570ce8

Please sign in to comment.