Skip to content

Commit

Permalink
FIX import, MNT bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eboileau committed Mar 6, 2024
1 parent 7b75120 commit 1896fc0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.3]

### Added

- TEA/DEA scripts
- PyPI deploy
- Documentation (RTD)

### Fixed

- Discouraged "script-files" (wrapped as module for packaging)
- Import

## [1.0.0]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/ribotools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ("1", "0", "2")
__version_info__ = ("1", "0", "3")
__version__ = ".".join(__version_info__)
6 changes: 3 additions & 3 deletions src/ribotools/pgrms/get_all_bam_periodic.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
import logging
import yaml

import pbiotool.misc.logging_utils as logging_utils
import pbiotool.misc.shell_utils as shell_utils
import pbiotools.misc.logging_utils as logging_utils
import pbiotools.misc.shell_utils as shell_utils

import pbiotool.utils.bam_utils as bam_utils
import pbiotools.utils.bam_utils as bam_utils

import rpbp.ribo_utils.utils as ribo_utils
import rpbp.ribo_utils.filenames as filenames
Expand Down

0 comments on commit 1896fc0

Please sign in to comment.