Skip to content

Commit

Permalink
v1.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
shitohana committed Feb 5, 2024
1 parent c5f0c1b commit 300cc15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
project = 'BSXplorer'
copyright = '2023, shitohana'
author = 'shitohana'
release = '1.0.0a0'
release = '1.0.0a1'
sys.path.insert(0, os.path.abspath('../src'))
sys.path.append(os.path.abspath('.'))

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 = "hatchling.build"

[project]
name = "bsxplorer"
version = "1.0.0a0"
version = "1.0.0a1"
authors = [
{ name="shitohana", email="kyudytskiy@gmail.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/bsxplorer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .GenomeClass import Genome
from .ChrLevels import ChrLevels

__version__ = '1.0.0a0'
__version__ = '1.0.0a1'

0 comments on commit 300cc15

Please sign in to comment.