Skip to content

Commit

Permalink
Update changelog and setup.py for v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrb committed Jan 12, 2022
1 parent fe1b063 commit 1d618b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v0.0.13: 2022-01-12

### Fixed
- GCGI-255 Correct index for gene ID in GEP input

## v0.0.12: 2021-12-14

## Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from setuptools import setup, find_packages

package_version = '0.0.12'
package_version = '0.0.13'
package_root = 'src/lib'

with open("README.md", "r") as fh:
Expand Down

0 comments on commit 1d618b4

Please sign in to comment.