Skip to content

Commit

Permalink
rfcnt-0.4.7.pre
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ma72 committed Jan 4, 2023
1 parent e557009 commit 7dc9105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ predefined functions.
pip install {packagename}.tar.gz --no-build-isolation --no-deps
where _{packagename}_ is the current package release, for example:

pip install rfcnt-0.4.6.tar.gz --no-build-isolation --no-deps
pip install rfcnt-0.4.7.tar.gz --no-build-isolation --no-deps

### Test
_rfcnt_ packages include some unit tests, which can be run:
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from os import path
from setuptools import setup, Extension

version = (0, 4, 6)
version = (0, 4, 7)

try:
from numpy import __version__ as np_version
Expand Down

0 comments on commit 7dc9105

Please sign in to comment.