Skip to content

Commit 6b262af

Browse files
committed
Version number within package
1 parent b6fc676 commit 6b262af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = fluent_compiler
3-
version = 0.3
3+
version = attr: fluent_compiler.__version__
44
description = Blazing fast implementation of Fluent localization language.
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

src/fluent_compiler/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "0.3"

0 commit comments

Comments
 (0)