Skip to content

Commit

Permalink
bump: 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ committed Nov 30, 2023
1 parent 69516e8 commit f9e8951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### 0.11.0

- Feat: python -m hooman.demos

### 0.10.0

- Feat: time functions: .day, .hour, .year, .month
Expand Down
2 changes: 1 addition & 1 deletion hooman/__init__.py
@@ -1,7 +1,7 @@
from .hooman import Hooman
from .formula import *

__version__ = "0.10.0"
__version__ = "0.11.0"



0 comments on commit f9e8951

Please sign in to comment.