Skip to content

Commit

Permalink
updated version given recent bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen authored Oct 28, 2021
1 parent bbfe011 commit e0be97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textdescriptives/about.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__title__ = "textdescriptives"
__version__ = "1.0.5" # the ONLY source of version ID
__version__ = "1.0.6" # the ONLY source of version ID
__download_url__ = "https://github.com/HLasse/textdescriptives"

1 comment on commit e0be97c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
textdescriptives
   init.py40100% 
   about.py30100% 
   dataframe_extract.py86693%71, 128–132
   load_components.py120100% 
textdescriptives/components
   init.py40100% 
   dependency_distance.py320100% 
   descriptive_stats.py51198%112
   pos_stats.py25292%13, 44
   readability.py720100% 
   utils.py160100% 
TOTAL305997% 

Please sign in to comment.