Skip to content

Commit

Permalink
bump version to 0.2.1 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 authored Mar 10, 2023
1 parent 0a037d6 commit b461f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ilpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
VariableType,
)

__version__ = "0.2.0"
__version__ = "0.2.1"
__all__ = [
"LinearConstraint",
"LinearConstraints",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name='ilpy',
version='0.2',
version='0.2.1',
description='Python wrappers for popular MIP solvers.',
url='https://github.com/funkelab/ilpy',
author='Jan Funke',
Expand Down

0 comments on commit b461f19

Please sign in to comment.