chore: bump v1.1

This commit is contained in:
arne314
2025-01-01 17:56:04 +01:00
parent e0c42e8894
commit 0c5a763d1a
2 changed files with 4 additions and 4 deletions

View File

@@ -4,10 +4,10 @@ build-backend = "pdm.backend"
[project] [project]
name = "typstar" name = "typstar"
version = "1.0.0" version = "1.1.0"
description = "Neovim plugin for efficient note taking in typst" description = "Neovim plugin for efficient note taking in Typst"
authors = [ authors = [
{ name = "arne314", email = "73391160+arne314@users.noreply.github.com" } { name = "arne314" }
] ]
readme = "README.md" readme = "README.md"
requires-python = ">=3.11.10" requires-python = ">=3.11.10"

2
uv.lock generated
View File

@@ -512,7 +512,7 @@ wheels = [
[[package]] [[package]]
name = "typstar" name = "typstar"
version = "1.0.0" version = "1.1.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "aiohttp" }, { name = "aiohttp" },