Skip to content

Commit

Permalink
0.2.1 - Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vkottler committed May 7, 2023
1 parent 30d47e3 commit 85672b6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
=====================================
generator=datazen
version=3.1.2
hash=035acc9a20df17a172151cf57e984c39
hash=b7e9bcf324a830a391ad3fdcbb3e044e
=====================================
-->

# userfs ([0.2.0](https://pypi.org/project/userfs/))
# userfs ([0.2.1](https://pypi.org/project/userfs/))

[![python](https://img.shields.io/pypi/pyversions/userfs.svg)](https://pypi.org/project/userfs/)
![Build Status](https://github.com/vkottler/userfs/workflows/Python%20Package/badge.svg)
Expand Down
2 changes: 1 addition & 1 deletion local/variables/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
major: 0
minor: 2
patch: 0
patch: 1
entry: ufs
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__"

[project]
name = "userfs"
version = "0.2.0"
version = "0.2.1"
description = "A system-bootstrapping automation and introspection tool."
readme = "README.md"
requires-python = ">=3.7"
Expand Down
4 changes: 2 additions & 2 deletions userfs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# =====================================
# generator=datazen
# version=3.1.2
# hash=b1179a2909ba37cf96f9187f69333877
# hash=0bce8697dab5fc96ed868ad6c89eaa76
# =====================================

"""
Expand All @@ -10,4 +10,4 @@

DESCRIPTION = "A system-bootstrapping automation and introspection tool."
PKG_NAME = "userfs"
VERSION = "0.2.0"
VERSION = "0.2.1"

0 comments on commit 85672b6

Please sign in to comment.