Skip to content

Commit

Permalink
Merge branch 'release/1.1.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Dec 3, 2021
2 parents fe964a2 + 85ffdf4 commit 7a741ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def find_pyx(path='.'):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: PyPy'
],
entry_points={
'console_scripts': [
Expand Down
2 changes: 1 addition & 1 deletion treevalue/config/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__TITLE__ = "treevalue"

#: Version of this project.
__VERSION__ = "1.0.0"
__VERSION__ = "1.1.0"

#: Short description of the project, will be included in ``setup.py``.
__DESCRIPTION__ = 'A flexible, generalized tree-based data structure.'
Expand Down

0 comments on commit 7a741ae

Please sign in to comment.