8000 Merge pull request #1254 from stonebig/master · winpython/winpython@f47fe49 · GitHub
[go: up one dir, main page]

Skip to content

Commit f47fe49

Browse files
authored
Merge pull request #1254 from stonebig/master
package names
2 parents 8fe2c7e + 3a00a82 commit f47fe49

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '7.0.20230820'
31+
__version__ = '7.0.20230822'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3652,3 +3652,12 @@ description = Plugin for LLM adding a Markov chain generating model
36523652
[python-ulid]
36533653
description = Universally Unique Lexicographically Sortable Identifier
36543654
3655+
[openai-to-sqlite]
3656+
description = Save OpenAI API results to a SQLite database
3657+
3658+
[tiktoken]
3659+
description = tiktoken is a fast BPE tokeniser for use with OpenAI's models
3660+
3661+
[mypyc-ipython]
3662+
description = IPython magic command interface for interactive work with mypyc.
3663+

0 commit comments

Comments
 (0)
0