chore: Bump version to v0.1.1

This commit is contained in:
yakhyo
2024-11-20 08:47:55 +00:00
parent 6dbf4e6b87
commit 97454e8b3d
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ if os.path.exists("README.md"):
setup(
name="uniface",
version="0.1.0",
version="0.1.1",
packages=find_packages(),
install_requires=[
"numpy",

View File

@@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.1.2"
__version__ = "0.1.1"
__author__ = "Yakhyokhuja Valikhujaev"