Skip to content

Commit

Permalink
Changing version number from 0.2.6 to 0.2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanaksit committed Nov 18, 2024
1 parent 098859d commit 6b78698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion odak/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import logging


version_info = 0, 2, 6
version_info = 0, 2, 7
__version__ = '.'.join(map(str, version_info))
pi = np.pi

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(fname):

setup(
name = "odak",
version = "0.2.6",
version = "0.2.7",
author = "Kaan Akşit",
author_email = "[email protected]",
description = "Odak, the fundamental Python library for scientific computing in optical sciences.",
Expand Down

0 comments on commit 6b78698

Please sign in to comment.