Skip to content

Commit

Permalink
Merge pull request #82 from bakfile/feat/read-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanceNCounter authored Oct 7, 2021
2 parents dad71f9 + 4d1a292 commit bbbfe22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bak/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BAK_VERSION = "0.2.2a6"
BAK_VERSION = "0.2.2a7"
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
from shutil import copy2
from setuptools import setup, find_packages

from bak import BAK_VERSION

require = ['click==7.1.2',
'click-default-group==1.2.2',
'config==0.5.0',
'rich==9.1.0']

setup(name='bak',
version='0.2.2a6',
version=BAK_VERSION,
description='the .bak manager',
author='ChanceNCounter',
author_email='[email protected]',
Expand Down

0 comments on commit bbbfe22

Please sign in to comment.