Skip to content

Commit c469476

Browse files
committed
bumping version up
1 parent 0d5e3b0 commit c469476

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

applications/virtual-fly-brain/backend/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "virtual_fly_brain"
7-
VERSION = "1.0.0"
7+
VERSION = "1.1.0"
88

99
# To install the library, run the following
1010
#
@@ -37,4 +37,3 @@
3737
virtual_fly_brain
3838
"""
3939
)
40-

applications/virtual-fly-brain/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "1.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)