Skip to content

Commit

Permalink
Merge pull request #99 from sidhulyalkar/main
Browse files Browse the repository at this point in the history
Update Version and Changelog
  • Loading branch information
kushalbakshi authored Nov 20, 2023
2 parents fbd1ff6 + b67073d commit 11802ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.

## [0.2.10] - 2023-11-20

+ Fix - Revert fixing of networkx version in setup

## [0.2.9] - 2023-10-18

+ Update - DLC project directory (named v2) of example data
Expand Down
2 changes: 1 addition & 1 deletion element_deeplabcut/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Package metadata
"""
__version__ = "0.2.9"
__version__ = "0.2.10"

0 comments on commit 11802ff

Please sign in to comment.