Skip to content

Commit

Permalink
Version control Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bibhuraushan committed Jun 29, 2024
1 parent 1d55d7e commit 51f68b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion aftpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
provides a function to convert all the loaded data into **FITS** as well as many other formats.
"""
import importlib.metadata
__version__ = importlib.metadata.version("aftpy")

__author__ = 'Bibhuti Kumar Jha'
__email__ = '[email protected]'
__version__ = '2.0.0'
__all__ = ['AFTmap', 'AFTmaps', 'AFTdownload']

from .aftmap import AFTmap
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "aftpy"
version = "2.0.0"
version = "2.0.1"
description = "Python package to Read, Visualize and download AFTmap data."
readme = "README.md"
license = {text = "MIT"}
Expand Down

0 comments on commit 51f68b5

Please sign in to comment.