Bump version to v1.0.0-rc2
This commit is contained in:
parent
2af2479196
commit
8bf08df336
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ py-modules = ['taep']
|
|||
|
||||
[project]
|
||||
name = "taep"
|
||||
version = "v1.0.0-rc1"
|
||||
version = "v1.0.0-rc2"
|
||||
description = "Print pictures as collages using label tape printers"
|
||||
readme = "README.rst"
|
||||
authors = [{name = "jaseg", email = "code@jaseg.de"}]
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ from bs4 import BeautifulSoup
|
|||
from .svg_util import *
|
||||
|
||||
|
||||
__version__ = "v1.0.0-rc1"
|
||||
__version__ = "v1.0.0-rc2"
|
||||
|
||||
|
||||
USVG_DPI = 96.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue