Skip to content

Commit

Permalink
bump version number and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexismhill3 committed Jan 30, 2025
1 parent ef31f86 commit 6eeeadd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Pinetree 0.4.1

- Adds tRNA dynamics as an experimental/beta feature.
- Fixes bug where RBS propensities are calculated incorrectly when manually adding transcripts to simulations.
- Makes all polymerase speed constants doubles/floats instead of ints.

## Pinetree 0.4.0

- Pinetree can now simulate circular genome expression.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from shutil import copyfile, copymode

PROJECT_NAME = "pinetree"
VERSION = "0.4.0"
VERSION = "0.4.1"

class CMakeExtension(Extension):
def __init__(self, name, sourcedir=''):
Expand Down

0 comments on commit 6eeeadd

Please sign in to comment.