Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
FlickerSoul committed Jan 16, 2021
1 parent d866fd7 commit 1053dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read_file(filename):

setuptools.setup(
name="Graphery Servers",
version="0.24.2",
version="0.24.3",
packages=setuptools.find_packages(exclude=['tests*']),
install_requires=read_file('requirements.txt'),
author="Heyuan Zeng",
Expand Down
2 changes: 1 addition & 1 deletion graphery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphery",
"version": "0.24.2",
"version": "0.24.3",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 1053dea

Please sign in to comment.