Skip to content

Commit 1fb2222

Browse files
committed
bump: version 0.0.0 → 0.0.1
1 parent 2b2638c commit 1fb2222

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.wiswa.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local utils = import 'utils.libjsonnet';
44
description: 'Create a Wine prefix with custom settings.',
55
keywords: ['command line', 'dxvk', 'nvapi', 'wine', 'wine-prefix'],
66
project_name: 'mkwineprefix',
7-
version: '0.0.0',
7+
version: '0.0.1',
88
want_main: true,
99
pyproject+: {
1010
tool+: {

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ cff-version: '1.2.0'
55
date-released: '2026-02-28'
66
message: 'If you use this software, please cite it as below.'
77
title: 'mkwineprefix'
8-
version: '0.0.0'
8+
version: '0.0.1'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![PyPI - Version](https://img.shields.io/pypi/v/mkwineprefix)](https://pypi.org/project/mkwineprefix/)
55
[![GitHub tag (with filter)](https://img.shields.io/github/v/tag/Tatsh/mkwineprefix)](https://github.com/Tatsh/mkwineprefix/tags)
66
[![License](https://img.shields.io/github/license/Tatsh/mkwineprefix)](https://github.com/Tatsh/mkwineprefix/blob/master/LICENSE.txt)
7-
[![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/mkwineprefix/v0.0.0/master)](https://github.com/Tatsh/mkwineprefix/compare/v0.0.0...master)
7+
[![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/mkwineprefix/v0.0.1/master)](https://github.com/Tatsh/mkwineprefix/compare/v0.0.1...master)
88
[![CodeQL](https://github.com/Tatsh/mkwineprefix/actions/workflows/codeql.yml/badge.svg)](https://github.com/Tatsh/mkwineprefix/actions/workflows/codeql.yml)
99
[![QA](https://github.com/Tatsh/mkwineprefix/actions/workflows/qa.yml/badge.svg)](https://github.com/Tatsh/mkwineprefix/actions/workflows/qa.yml)
1010
[![Tests](https://github.com/Tatsh/mkwineprefix/actions/workflows/tests.yml/badge.svg)](https://github.com/Tatsh/mkwineprefix/actions/workflows/tests.yml)

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ mkwineprefix
1919
:target: https://github.com/Tatsh/mkwineprefix/blob/master/LICENSE.txt
2020
:alt: License
2121

22-
.. image:: https://img.shields.io/github/commits-since/Tatsh/mkwineprefix/v0.0.0/master
23-
:target: https://github.com/Tatsh/mkwineprefix/compare/v0.0.0...master
22+
.. image:: https://img.shields.io/github/commits-since/Tatsh/mkwineprefix/v0.0.1/master
23+
:target: https://github.com/Tatsh/mkwineprefix/compare/v0.0.1...master
2424
:alt: GitHub commits since latest release (by SemVer including pre-releases)
2525

2626
.. image:: https://github.com/Tatsh/mkwineprefix/actions/workflows/codeql.yml/badge.svg

mkwineprefix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .prefix import create_wine_prefix
66

77
__all__ = ('create_wine_prefix',)
8-
__version__ = '0.0.0'
8+
__version__ = '0.0.1'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@
111111
"test": "poetry run pytest",
112112
"test:cov": "yarn test --cov . --cov-branch --cov-report html --cov-report term-missing:skip-covered"
113113
},
114-
"version": "0.0.0"
114+
"version": "0.0.1"
115115
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords = ["command line", "dxvk", "nvapi", "wine", "wine-prefix"]
2020
license = "MIT"
2121
name = "mkwineprefix"
2222
readme = "README.md"
23-
version = "0.0.0"
23+
version = "0.0.1"
2424

2525
[[project.authors]]
2626
email = "audvare@gmail.com"

0 commit comments

Comments
 (0)