Skip to content

Commit

Permalink
fixed version + setup
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Aug 2, 2023
1 parent 0602772 commit 7d86ef0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bedboss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
from bedboss.bedstat import bedstat
import logmuse

__version__ = "0.1.0-dev2"
__version__ = "0.1.0a1"
__package_name__ = "bedboss"
__author__ = [
"Oleksandr Khoroshevskyi",
"Michal Stolarczyk",
"Ognen Duzlevski",
"Jose Verdezoto",
"Bingjie Xue",
"Oleksandr Khoroshevskyi",
]
__email__ = "[email protected]"

Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.

## [0.1.0] - 2022-11-09
## [0.1.0a1] - 2023-08-02
### Added
- Initial release
- Initial alpha release
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import sys
from bedboss import __package_name__, __version__, __author__

# TODO setup not working
PACKAGE = __package_name__
REQDIR = "requirements"

Expand Down Expand Up @@ -47,6 +46,7 @@ def read_reqs(reqs_name):
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Bio-Informatics",
],
keywords="project, bioinformatics, sequencing, ngs, workflow",
Expand Down

0 comments on commit 7d86ef0

Please sign in to comment.